#[repr(C)]pub struct SamplerYcbcrConversionImageFormatProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub combined_image_sampler_descriptor_count: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidcombined_image_sampler_descriptor_count: u32Implementations
Trait Implementations
sourceimpl Clone for SamplerYcbcrConversionImageFormatProperties
impl Clone for SamplerYcbcrConversionImageFormatProperties
sourcefn clone(&self) -> SamplerYcbcrConversionImageFormatProperties
fn clone(&self) -> SamplerYcbcrConversionImageFormatProperties
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 SamplerYcbcrConversionImageFormatProperties
impl Default for SamplerYcbcrConversionImageFormatProperties
sourcefn default() -> SamplerYcbcrConversionImageFormatProperties
fn default() -> SamplerYcbcrConversionImageFormatProperties
Returns the “default value” for a type. Read more
impl Copy for SamplerYcbcrConversionImageFormatProperties
impl ExtendsImageFormatProperties2 for SamplerYcbcrConversionImageFormatProperties
Auto Trait Implementations
impl RefUnwindSafe for SamplerYcbcrConversionImageFormatProperties
impl !Send for SamplerYcbcrConversionImageFormatProperties
impl !Sync for SamplerYcbcrConversionImageFormatProperties
impl Unpin for SamplerYcbcrConversionImageFormatProperties
impl UnwindSafe for SamplerYcbcrConversionImageFormatProperties
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