#[repr(C)]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: StructureTypep_next: *mut c_voidallocation_size: u64memory_type_bits: u32Implementations
sourceimpl AndroidHardwareBufferPropertiesANDROID
impl AndroidHardwareBufferPropertiesANDROID
pub fn builder<'a>() -> AndroidHardwareBufferPropertiesANDROIDBuilder<'a>
Trait Implementations
sourceimpl Clone for AndroidHardwareBufferPropertiesANDROID
impl Clone for AndroidHardwareBufferPropertiesANDROID
sourcefn clone(&self) -> AndroidHardwareBufferPropertiesANDROID
fn clone(&self) -> AndroidHardwareBufferPropertiesANDROID
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for AndroidHardwareBufferPropertiesANDROID
impl Default for AndroidHardwareBufferPropertiesANDROID
sourcefn default() -> AndroidHardwareBufferPropertiesANDROID
fn default() -> AndroidHardwareBufferPropertiesANDROID
Returns the “default value” for a type. Read more
impl Copy for AndroidHardwareBufferPropertiesANDROID
Auto Trait Implementations
impl RefUnwindSafe for AndroidHardwareBufferPropertiesANDROID
impl !Send for AndroidHardwareBufferPropertiesANDROID
impl !Sync for AndroidHardwareBufferPropertiesANDROID
impl Unpin for AndroidHardwareBufferPropertiesANDROID
impl UnwindSafe for AndroidHardwareBufferPropertiesANDROID
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more