pub struct AndroidHardwareBufferPropertiesANDROID {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub allocation_size: u64,
pub memory_type_bits: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§allocation_size: u64§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 moresource§impl Default for AndroidHardwareBufferPropertiesANDROID
impl Default for AndroidHardwareBufferPropertiesANDROID
source§fn default() -> AndroidHardwareBufferPropertiesANDROID
fn default() -> AndroidHardwareBufferPropertiesANDROID
Returns the “default value” for a type. Read more