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