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