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