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