Struct ash::vk::ExternalFormatANDROID  
source · #[repr(C)]pub struct ExternalFormatANDROID {
    pub s_type: StructureType,
    pub p_next: *mut c_void,
    pub external_format: u64,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§external_format: u64Implementations§
source§impl ExternalFormatANDROID
 
impl ExternalFormatANDROID
pub fn builder<'a>() -> ExternalFormatANDROIDBuilder<'a>
Trait Implementations§
source§impl Clone for ExternalFormatANDROID
 
impl Clone for ExternalFormatANDROID
source§fn clone(&self) -> ExternalFormatANDROID
 
fn clone(&self) -> ExternalFormatANDROID
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