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