Struct ndk_sys::AMetaDataEvent
source · Fields
what: i32
sensor: i32
Trait Implementations
sourceimpl Clone for AMetaDataEvent
impl Clone for AMetaDataEvent
sourcefn clone(&self) -> AMetaDataEvent
fn clone(&self) -> AMetaDataEvent
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 moresourceimpl Debug for AMetaDataEvent
impl Debug for AMetaDataEvent
impl Copy for AMetaDataEvent
Auto Trait Implementations
impl RefUnwindSafe for AMetaDataEvent
impl Send for AMetaDataEvent
impl Sync for AMetaDataEvent
impl Unpin for AMetaDataEvent
impl UnwindSafe for AMetaDataEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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