Expand description
Fields
consumer: u64producer: u64Implementations
sourceimpl NativeBufferUsage2ANDROID
impl NativeBufferUsage2ANDROID
pub fn builder<'a>() -> NativeBufferUsage2ANDROIDBuilder<'a>
Trait Implementations
sourceimpl Clone for NativeBufferUsage2ANDROID
impl Clone for NativeBufferUsage2ANDROID
sourcefn clone(&self) -> NativeBufferUsage2ANDROID
fn clone(&self) -> NativeBufferUsage2ANDROID
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 NativeBufferUsage2ANDROID
impl Debug for NativeBufferUsage2ANDROID
sourceimpl Default for NativeBufferUsage2ANDROID
impl Default for NativeBufferUsage2ANDROID
sourcefn default() -> NativeBufferUsage2ANDROID
fn default() -> NativeBufferUsage2ANDROID
Returns the “default value” for a type. Read more
impl Copy for NativeBufferUsage2ANDROID
Auto Trait Implementations
impl RefUnwindSafe for NativeBufferUsage2ANDROID
impl Send for NativeBufferUsage2ANDROID
impl Sync for NativeBufferUsage2ANDROID
impl Unpin for NativeBufferUsage2ANDROID
impl UnwindSafe for NativeBufferUsage2ANDROID
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