pub enum FTLVLR {
EMPTY,
QUARTER,
HALF,
FULL,
}
Expand description
Possible values of the field FTLVL
Variants§
Implementations§
Trait Implementations§
impl Copy for FTLVLR
impl StructuralPartialEq for FTLVLR
Auto Trait Implementations§
impl Freeze for FTLVLR
impl RefUnwindSafe for FTLVLR
impl Send for FTLVLR
impl Sync for FTLVLR
impl Unpin for FTLVLR
impl UnwindSafe for FTLVLR
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