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