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