#[repr(C)]pub struct PhysicalDeviceLegacyDitheringFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub legacy_dithering: u32,
}Expand description
VkPhysicalDeviceLegacyDitheringFeaturesEXT
Provided by VK_EXT_legacy_dithering.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_LEGACY_DITHERING_FEATURES_EXT.
p_next: *mut c_voidOptional, may be null.
legacy_dithering: u32Implementations§
Source§impl PhysicalDeviceLegacyDitheringFeaturesEXT
impl PhysicalDeviceLegacyDitheringFeaturesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceLegacyDitheringFeaturesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceLegacyDitheringFeaturesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceLegacyDitheringFeaturesEXT
impl Clone for PhysicalDeviceLegacyDitheringFeaturesEXT
Source§fn clone(&self) -> PhysicalDeviceLegacyDitheringFeaturesEXT
fn clone(&self) -> PhysicalDeviceLegacyDitheringFeaturesEXT
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 moreimpl Copy for PhysicalDeviceLegacyDitheringFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceLegacyDitheringFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceLegacyDitheringFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceLegacyDitheringFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceLegacyDitheringFeaturesEXT
impl !Send for PhysicalDeviceLegacyDitheringFeaturesEXT
impl !Sync for PhysicalDeviceLegacyDitheringFeaturesEXT
impl Unpin for PhysicalDeviceLegacyDitheringFeaturesEXT
impl UnsafeUnpin for PhysicalDeviceLegacyDitheringFeaturesEXT
impl UnwindSafe for PhysicalDeviceLegacyDitheringFeaturesEXT
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