#[repr(C)]pub struct NativeBufferANDROID {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle: *const c_void,
pub stride: i32,
pub format: i32,
pub usage: i32,
pub usage2: NativeBufferUsage2ANDROID,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidhandle: *const c_voidstride: i32format: i32usage: i32usage2: NativeBufferUsage2ANDROIDImplementations
sourceimpl NativeBufferANDROID
impl NativeBufferANDROID
pub fn builder<'a>() -> NativeBufferANDROIDBuilder<'a>
Trait Implementations
sourceimpl Clone for NativeBufferANDROID
impl Clone for NativeBufferANDROID
sourcefn clone(&self) -> NativeBufferANDROID
fn clone(&self) -> NativeBufferANDROID
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 Debug for NativeBufferANDROID
impl Debug for NativeBufferANDROID
sourceimpl Default for NativeBufferANDROID
impl Default for NativeBufferANDROID
sourcefn default() -> NativeBufferANDROID
fn default() -> NativeBufferANDROID
Returns the “default value” for a type. Read more
impl Copy for NativeBufferANDROID
Auto Trait Implementations
impl RefUnwindSafe for NativeBufferANDROID
impl !Send for NativeBufferANDROID
impl !Sync for NativeBufferANDROID
impl Unpin for NativeBufferANDROID
impl UnwindSafe for NativeBufferANDROID
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