pub struct Flags {
pub d1: bool,
pub d2: bool,
pub failsafe: bool,
pub frame_lost: bool,
}
Expand description
Status flags contained in an SBUS frame
Fields§
§d1: bool
§d2: bool
§failsafe: bool
§frame_lost: bool
Implementations§
Trait Implementations§
impl Copy for Flags
impl Eq for Flags
impl StructuralPartialEq for Flags
Auto Trait Implementations§
impl Freeze for Flags
impl RefUnwindSafe for Flags
impl Send for Flags
impl Sync for Flags
impl Unpin for Flags
impl UnwindSafe for Flags
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