#[repr(C)]pub struct PhysicalDeviceRelaxedLineRasterizationFeaturesIMG {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub relaxed_line_rasterization: u32,
}Expand description
VkPhysicalDeviceRelaxedLineRasterizationFeaturesIMG
Provided by VK_IMG_relaxed_line_rasterization.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_RELAXED_LINE_RASTERIZATION_FEATURES_IMG.
p_next: *mut c_voidOptional, may be null.
relaxed_line_rasterization: u32Implementations§
Source§impl PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
impl PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
Sourcepub fn builder<'a>() -> PhysicalDeviceRelaxedLineRasterizationFeaturesIMGBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceRelaxedLineRasterizationFeaturesIMGBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
impl Clone for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
Source§fn clone(&self) -> PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
fn clone(&self) -> PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
Returns a duplicate 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 Default for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
impl Default for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
Source§fn default() -> PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
fn default() -> PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
impl ExtendsDeviceCreateInfo for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
Auto Trait Implementations§
impl Freeze for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
impl RefUnwindSafe for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
impl !Send for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
impl !Sync for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
impl Unpin for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
impl UnsafeUnpin for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
impl UnwindSafe for PhysicalDeviceRelaxedLineRasterizationFeaturesIMG
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