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