#[repr(C)]pub struct PhysicalDevice4444FormatsFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub format_a4r4g4b4: u32,
pub format_a4b4g4r4: u32,
}Expand description
VkPhysicalDevice4444FormatsFeaturesEXT
Provided by VK_EXT_4444_formats.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_4444_FORMATS_FEATURES_EXT.
p_next: *mut c_voidOptional, may be null.
format_a4r4g4b4: u32§format_a4b4g4r4: u32Implementations§
Source§impl PhysicalDevice4444FormatsFeaturesEXT
impl PhysicalDevice4444FormatsFeaturesEXT
Sourcepub fn builder<'a>() -> PhysicalDevice4444FormatsFeaturesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDevice4444FormatsFeaturesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDevice4444FormatsFeaturesEXT
impl Clone for PhysicalDevice4444FormatsFeaturesEXT
Source§fn clone(&self) -> PhysicalDevice4444FormatsFeaturesEXT
fn clone(&self) -> PhysicalDevice4444FormatsFeaturesEXT
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 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 UnsafeUnpin 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