#[repr(u8)]pub enum Swbk {
NO_SWING = 0,
SWING_BACK = 1,
}Variants§
NO_SWING = 0
No swing back cycle has completed since the last time the flag was cleared
SWING_BACK = 1
At least one swing back cycle has occurred since the last time the flag was cleared
Implementations§
Trait Implementations§
Source§impl Ord for Swbk
impl Ord for Swbk
Source§impl PartialOrd for Swbk
impl PartialOrd for Swbk
impl Copy for Swbk
impl Eq for Swbk
impl StructuralPartialEq for Swbk
Auto Trait Implementations§
impl Freeze for Swbk
impl RefUnwindSafe for Swbk
impl Send for Swbk
impl Sync for Swbk
impl Unpin for Swbk
impl UnwindSafe for Swbk
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