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