Struct ash::vk::BufferCollectionImageCreateInfoFUCHSIA  
source · #[repr(C)]pub struct BufferCollectionImageCreateInfoFUCHSIA {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub collection: BufferCollectionFUCHSIA,
    pub index: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§collection: BufferCollectionFUCHSIA§index: u32Implementations§
source§impl BufferCollectionImageCreateInfoFUCHSIA
 
impl BufferCollectionImageCreateInfoFUCHSIA
pub fn builder<'a>() -> BufferCollectionImageCreateInfoFUCHSIABuilder<'a>
Trait Implementations§
source§impl Clone for BufferCollectionImageCreateInfoFUCHSIA
 
impl Clone for BufferCollectionImageCreateInfoFUCHSIA
source§fn clone(&self) -> BufferCollectionImageCreateInfoFUCHSIA
 
fn clone(&self) -> BufferCollectionImageCreateInfoFUCHSIA
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