Enum Ftlvl
#[repr(u8)]pub enum Ftlvl {
EMPTY = 0,
QUARTER = 1,
HALF = 2,
FULL = 3,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Ftlvl
impl Ord for Ftlvl
§impl PartialOrd for Ftlvl
impl PartialOrd for Ftlvl
impl Copy for Ftlvl
impl Eq for Ftlvl
impl StructuralPartialEq for Ftlvl
Auto Trait Implementations§
impl Freeze for Ftlvl
impl RefUnwindSafe for Ftlvl
impl Send for Ftlvl
impl Sync for Ftlvl
impl Unpin for Ftlvl
impl UnwindSafe for Ftlvl
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