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