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
sourceimpl Clone for AUncalibratedEvent
impl Clone for AUncalibratedEvent
sourcefn clone(&self) -> AUncalibratedEvent
fn clone(&self) -> AUncalibratedEvent
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 moreimpl Copy for AUncalibratedEvent
Auto Trait Implementations
impl RefUnwindSafe for AUncalibratedEvent
impl Send for AUncalibratedEvent
impl Sync for AUncalibratedEvent
impl Unpin for AUncalibratedEvent
impl UnwindSafe for AUncalibratedEvent
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