#[repr(C)]pub struct PhysicalDeviceYcbcrImageArraysFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub ycbcr_image_arrays: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidycbcr_image_arrays: u32Implementations
Trait Implementations
sourceimpl Clone for PhysicalDeviceYcbcrImageArraysFeaturesEXT
impl Clone for PhysicalDeviceYcbcrImageArraysFeaturesEXT
sourcefn clone(&self) -> PhysicalDeviceYcbcrImageArraysFeaturesEXT
fn clone(&self) -> PhysicalDeviceYcbcrImageArraysFeaturesEXT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceYcbcrImageArraysFeaturesEXT
impl Default for PhysicalDeviceYcbcrImageArraysFeaturesEXT
sourcefn default() -> PhysicalDeviceYcbcrImageArraysFeaturesEXT
fn default() -> PhysicalDeviceYcbcrImageArraysFeaturesEXT
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceYcbcrImageArraysFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceYcbcrImageArraysFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceYcbcrImageArraysFeaturesEXT
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceYcbcrImageArraysFeaturesEXT
impl !Send for PhysicalDeviceYcbcrImageArraysFeaturesEXT
impl !Sync for PhysicalDeviceYcbcrImageArraysFeaturesEXT
impl Unpin for PhysicalDeviceYcbcrImageArraysFeaturesEXT
impl UnwindSafe for PhysicalDeviceYcbcrImageArraysFeaturesEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more