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