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