Struct ash::vk::PhysicalDevice4444FormatsFeaturesEXT
source · #[repr(C)]pub struct PhysicalDevice4444FormatsFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub format_a4r4g4b4: Bool32,
pub format_a4b4g4r4: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§format_a4r4g4b4: Bool32
§format_a4b4g4r4: Bool32
Implementations§
source§impl PhysicalDevice4444FormatsFeaturesEXT
impl PhysicalDevice4444FormatsFeaturesEXT
pub fn builder<'a>() -> PhysicalDevice4444FormatsFeaturesEXTBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDevice4444FormatsFeaturesEXT
impl Clone for PhysicalDevice4444FormatsFeaturesEXT
source§fn clone(&self) -> PhysicalDevice4444FormatsFeaturesEXT
fn clone(&self) -> PhysicalDevice4444FormatsFeaturesEXT
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 PhysicalDevice4444FormatsFeaturesEXT
impl TaggedStructure for PhysicalDevice4444FormatsFeaturesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_4444_FORMATS_FEATURES_EXT
impl Copy for PhysicalDevice4444FormatsFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDevice4444FormatsFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevice4444FormatsFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDevice4444FormatsFeaturesEXT
impl RefUnwindSafe for PhysicalDevice4444FormatsFeaturesEXT
impl !Send for PhysicalDevice4444FormatsFeaturesEXT
impl !Sync for PhysicalDevice4444FormatsFeaturesEXT
impl Unpin for PhysicalDevice4444FormatsFeaturesEXT
impl UnwindSafe for PhysicalDevice4444FormatsFeaturesEXT
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