#[repr(i32)]pub enum PigeonIMU_ControlFrame {
CondStatus_Control_1 = 272_384,
}Expand description
Enumerated type for status frame types.
Variants§
CondStatus_Control_1 = 272_384
Trait Implementations§
Source§impl Clone for PigeonIMU_ControlFrame
impl Clone for PigeonIMU_ControlFrame
Source§fn clone(&self) -> PigeonIMU_ControlFrame
fn clone(&self) -> PigeonIMU_ControlFrame
Returns a duplicate 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 moreSource§impl Debug for PigeonIMU_ControlFrame
impl Debug for PigeonIMU_ControlFrame
Source§impl Hash for PigeonIMU_ControlFrame
impl Hash for PigeonIMU_ControlFrame
Source§impl PartialEq for PigeonIMU_ControlFrame
impl PartialEq for PigeonIMU_ControlFrame
impl Copy for PigeonIMU_ControlFrame
impl Eq for PigeonIMU_ControlFrame
impl StructuralPartialEq for PigeonIMU_ControlFrame
Auto Trait Implementations§
impl Freeze for PigeonIMU_ControlFrame
impl RefUnwindSafe for PigeonIMU_ControlFrame
impl Send for PigeonIMU_ControlFrame
impl Sync for PigeonIMU_ControlFrame
impl Unpin for PigeonIMU_ControlFrame
impl UnwindSafe for PigeonIMU_ControlFrame
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