#[repr(C)]pub struct ALimitedAxesImuUncalibratedEvent {
pub __bindgen_anon_1: ALimitedAxesImuUncalibratedEvent__bindgen_ty_1,
pub __bindgen_anon_2: ALimitedAxesImuUncalibratedEvent__bindgen_ty_2,
pub __bindgen_anon_3: ALimitedAxesImuUncalibratedEvent__bindgen_ty_3,
}
Fields§
§__bindgen_anon_1: ALimitedAxesImuUncalibratedEvent__bindgen_ty_1
§__bindgen_anon_2: ALimitedAxesImuUncalibratedEvent__bindgen_ty_2
§__bindgen_anon_3: ALimitedAxesImuUncalibratedEvent__bindgen_ty_3
Trait Implementations§
source§impl Clone for ALimitedAxesImuUncalibratedEvent
impl Clone for ALimitedAxesImuUncalibratedEvent
source§fn clone(&self) -> ALimitedAxesImuUncalibratedEvent
fn clone(&self) -> ALimitedAxesImuUncalibratedEvent
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 ALimitedAxesImuUncalibratedEvent
Auto Trait Implementations§
impl Freeze for ALimitedAxesImuUncalibratedEvent
impl RefUnwindSafe for ALimitedAxesImuUncalibratedEvent
impl Send for ALimitedAxesImuUncalibratedEvent
impl Sync for ALimitedAxesImuUncalibratedEvent
impl Unpin for ALimitedAxesImuUncalibratedEvent
impl UnwindSafe for ALimitedAxesImuUncalibratedEvent
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