#[repr(u8)]pub enum ExtSensorMeasSetType {
Acceleration = 0,
AngularRate = 1,
_Reserved = 2,
Info = 3,
Velocity = 4,
ZeroVelocityFlag = 20,
}Variants§
Auto Trait Implementations§
impl Freeze for ExtSensorMeasSetType
impl RefUnwindSafe for ExtSensorMeasSetType
impl Send for ExtSensorMeasSetType
impl Sync for ExtSensorMeasSetType
impl Unpin for ExtSensorMeasSetType
impl UnwindSafe for ExtSensorMeasSetType
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