#[repr(C)]pub struct PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub relaxed_line_rasterization: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§relaxed_line_rasterization: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'a>
impl<'a> PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'a>
pub fn relaxed_line_rasterization( self, relaxed_line_rasterization: bool, ) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'a>
impl<'a> Clone for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'a>
source§fn clone(&self) -> PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'a>
fn clone(&self) -> PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'a>
impl<'a> Debug for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'a>
source§impl<'a> TaggedStructure for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'a>
impl<'a> TaggedStructure for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_RELAXED_LINE_RASTERIZATION_FEATURES_IMG
impl<'a> Copy for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'_>
impl Send for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'_>
impl Sync for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'a>
impl<'a> Unpin for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'a>
impl<'a> UnwindSafe for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more