#[repr(u8)]pub enum Nandcr0Syncen {
SYNCEN_0 = 0,
SYNCEN_1 = 1,
}Variants§
Implementations§
Source§impl Nandcr0Syncen
impl Nandcr0Syncen
Trait Implementations§
Source§impl Clone for Nandcr0Syncen
impl Clone for Nandcr0Syncen
Source§fn clone(&self) -> Nandcr0Syncen
fn clone(&self) -> Nandcr0Syncen
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Nandcr0Syncen
impl Debug for Nandcr0Syncen
Source§impl From<Nandcr0Syncen> for u8
impl From<Nandcr0Syncen> for u8
Source§fn from(val: Nandcr0Syncen) -> u8
fn from(val: Nandcr0Syncen) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Nandcr0Syncen
impl From<u8> for Nandcr0Syncen
Source§fn from(val: u8) -> Nandcr0Syncen
fn from(val: u8) -> Nandcr0Syncen
Converts to this type from the input type.
Source§impl Ord for Nandcr0Syncen
impl Ord for Nandcr0Syncen
Source§fn cmp(&self, other: &Nandcr0Syncen) -> Ordering
fn cmp(&self, other: &Nandcr0Syncen) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Nandcr0Syncen
impl PartialEq for Nandcr0Syncen
Source§impl PartialOrd for Nandcr0Syncen
impl PartialOrd for Nandcr0Syncen
impl Copy for Nandcr0Syncen
impl Eq for Nandcr0Syncen
impl StructuralPartialEq for Nandcr0Syncen
Auto Trait Implementations§
impl Freeze for Nandcr0Syncen
impl RefUnwindSafe for Nandcr0Syncen
impl Send for Nandcr0Syncen
impl Sync for Nandcr0Syncen
impl Unpin for Nandcr0Syncen
impl UnwindSafe for Nandcr0Syncen
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