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