Struct ash::vk::PhysicalDeviceLegacyDitheringFeaturesEXT
source · #[repr(C)]pub struct PhysicalDeviceLegacyDitheringFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub legacy_dithering: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§legacy_dithering: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceLegacyDitheringFeaturesEXT
impl Clone for PhysicalDeviceLegacyDitheringFeaturesEXT
source§fn clone(&self) -> PhysicalDeviceLegacyDitheringFeaturesEXT
fn clone(&self) -> PhysicalDeviceLegacyDitheringFeaturesEXT
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 TaggedStructure for PhysicalDeviceLegacyDitheringFeaturesEXT
impl TaggedStructure for PhysicalDeviceLegacyDitheringFeaturesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_LEGACY_DITHERING_FEATURES_EXT
impl 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 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