Struct ndk_sys::AUncalibratedEvent
source · #[repr(C)]pub struct AUncalibratedEvent {
pub __bindgen_anon_1: AUncalibratedEvent__bindgen_ty_1,
pub __bindgen_anon_2: AUncalibratedEvent__bindgen_ty_2,
}
Fields§
§__bindgen_anon_1: AUncalibratedEvent__bindgen_ty_1
§__bindgen_anon_2: AUncalibratedEvent__bindgen_ty_2
Trait Implementations§
source§impl Clone for AUncalibratedEvent
impl Clone for AUncalibratedEvent
source§fn clone(&self) -> AUncalibratedEvent
fn clone(&self) -> AUncalibratedEvent
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 moreimpl Copy for AUncalibratedEvent
Auto Trait Implementations§
impl Freeze for AUncalibratedEvent
impl RefUnwindSafe for AUncalibratedEvent
impl Send for AUncalibratedEvent
impl Sync for AUncalibratedEvent
impl Unpin for AUncalibratedEvent
impl UnwindSafe for AUncalibratedEvent
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