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