#[repr(u8)]pub enum FbOvrd {
AN = 0,
BN = 1,
CN = 2,
DN = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for FbOvrd
impl Ord for FbOvrd
Source§impl PartialOrd for FbOvrd
impl PartialOrd for FbOvrd
impl Copy for FbOvrd
impl Eq for FbOvrd
impl StructuralPartialEq for FbOvrd
Auto Trait Implementations§
impl Freeze for FbOvrd
impl RefUnwindSafe for FbOvrd
impl Send for FbOvrd
impl Sync for FbOvrd
impl Unpin for FbOvrd
impl UnwindSafe for FbOvrd
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