Struct ndk_sys::AMetaDataEvent
source · #[repr(C)]pub struct AMetaDataEvent {
pub what: i32,
pub sensor: i32,
}
Fields§
§what: i32
§sensor: i32
Trait Implementations§
source§impl Clone for AMetaDataEvent
impl Clone for AMetaDataEvent
source§fn clone(&self) -> AMetaDataEvent
fn clone(&self) -> AMetaDataEvent
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 Debug for AMetaDataEvent
impl Debug for AMetaDataEvent
impl Copy for AMetaDataEvent
Auto Trait Implementations§
impl Freeze for AMetaDataEvent
impl RefUnwindSafe for AMetaDataEvent
impl Send for AMetaDataEvent
impl Sync for AMetaDataEvent
impl Unpin for AMetaDataEvent
impl UnwindSafe for AMetaDataEvent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more