Struct ash::vk::BaseOutStructure  
source · #[repr(C)]pub struct BaseOutStructure {
    pub s_type: StructureType,
    pub p_next: *mut Self,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut SelfTrait Implementations§
source§impl Clone for BaseOutStructure
 
impl Clone for BaseOutStructure
source§fn clone(&self) -> BaseOutStructure
 
fn clone(&self) -> BaseOutStructure
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