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