Struct ash::vk::ImageConstraintsInfoFUCHSIA  
source · #[repr(C)]pub struct ImageConstraintsInfoFUCHSIA {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub format_constraints_count: u32,
    pub p_format_constraints: *const ImageFormatConstraintsInfoFUCHSIA,
    pub buffer_collection_constraints: BufferCollectionConstraintsInfoFUCHSIA,
    pub flags: ImageConstraintsInfoFlagsFUCHSIA,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§format_constraints_count: u32§p_format_constraints: *const ImageFormatConstraintsInfoFUCHSIA§buffer_collection_constraints: BufferCollectionConstraintsInfoFUCHSIA§flags: ImageConstraintsInfoFlagsFUCHSIAImplementations§
source§impl ImageConstraintsInfoFUCHSIA
 
impl ImageConstraintsInfoFUCHSIA
pub fn builder<'a>() -> ImageConstraintsInfoFUCHSIABuilder<'a>
Trait Implementations§
source§impl Clone for ImageConstraintsInfoFUCHSIA
 
impl Clone for ImageConstraintsInfoFUCHSIA
source§fn clone(&self) -> ImageConstraintsInfoFUCHSIA
 
fn clone(&self) -> ImageConstraintsInfoFUCHSIA
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 more