Struct ash::vk::PhysicalDeviceLegacyDitheringFeaturesEXT
source · #[repr(C)]pub struct PhysicalDeviceLegacyDitheringFeaturesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub legacy_dithering: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§legacy_dithering: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceLegacyDitheringFeaturesEXT<'a>
impl<'a> PhysicalDeviceLegacyDitheringFeaturesEXT<'a>
pub fn legacy_dithering(self, legacy_dithering: bool) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceLegacyDitheringFeaturesEXT<'a>
impl<'a> Clone for PhysicalDeviceLegacyDitheringFeaturesEXT<'a>
source§fn clone(&self) -> PhysicalDeviceLegacyDitheringFeaturesEXT<'a>
fn clone(&self) -> PhysicalDeviceLegacyDitheringFeaturesEXT<'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 PhysicalDeviceLegacyDitheringFeaturesEXT<'a>
impl<'a> Debug for PhysicalDeviceLegacyDitheringFeaturesEXT<'a>
source§impl Default for PhysicalDeviceLegacyDitheringFeaturesEXT<'_>
impl Default for PhysicalDeviceLegacyDitheringFeaturesEXT<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceLegacyDitheringFeaturesEXT<'a>
impl<'a> TaggedStructure for PhysicalDeviceLegacyDitheringFeaturesEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_LEGACY_DITHERING_FEATURES_EXT
impl<'a> Copy for PhysicalDeviceLegacyDitheringFeaturesEXT<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceLegacyDitheringFeaturesEXT<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceLegacyDitheringFeaturesEXT<'_>
impl Send for PhysicalDeviceLegacyDitheringFeaturesEXT<'_>
impl Sync for PhysicalDeviceLegacyDitheringFeaturesEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceLegacyDitheringFeaturesEXT<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceLegacyDitheringFeaturesEXT<'a>
impl<'a> Unpin for PhysicalDeviceLegacyDitheringFeaturesEXT<'a>
impl<'a> UnwindSafe for PhysicalDeviceLegacyDitheringFeaturesEXT<'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