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