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