#[repr(u8)]pub enum Fup {
FUP_0 = 0,
FUP_1 = 1,
}Variants§
FUP_0 = 0
No flags updated, initiated by the MUA, in progress (default)
FUP_1 = 1
MUA initiated flags update, processing
Implementations§
Trait Implementations§
Source§impl Ord for Fup
impl Ord for Fup
Source§impl PartialOrd for Fup
impl PartialOrd for Fup
impl Copy for Fup
impl Eq for Fup
impl StructuralPartialEq for Fup
Auto Trait Implementations§
impl Freeze for Fup
impl RefUnwindSafe for Fup
impl Send for Fup
impl Sync for Fup
impl Unpin for Fup
impl UnwindSafe for Fup
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