pub enum ImuCommand {
SetMode(OperationMode),
Reset,
Stop,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImuCommand
impl RefUnwindSafe for ImuCommand
impl Send for ImuCommand
impl Sync for ImuCommand
impl Unpin for ImuCommand
impl UnwindSafe for ImuCommand
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