#[repr(C)]pub struct PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub relaxed_line_rasterization: u32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§relaxed_line_rasterization: u32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'a>
impl<'a> PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'a>
pub fn relaxed_line_rasterization( self, relaxed_line_rasterization: bool, ) -> PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'a>
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 duplicate of the value. Read more
1.0.0§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 Default for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'_>
impl Default for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'_>
Source§fn default() -> PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'_>
fn default() -> PhysicalDeviceRelaxedLineRasterizationFeaturesIMG<'_>
Returns the “default value” for a type. Read more
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)