#[repr(u8)]pub enum Norcr0Syncen {
SYNCEN_0 = 0,
SYNCEN_1 = 1,
}Variants§
SYNCEN_0 = 0
Asynchronous mode is enabled.
SYNCEN_1 = 1
Synchronous mode is enabled. Only fixed latency mode is supported.
Implementations§
Source§impl Norcr0Syncen
impl Norcr0Syncen
Trait Implementations§
Source§impl Clone for Norcr0Syncen
impl Clone for Norcr0Syncen
Source§fn clone(&self) -> Norcr0Syncen
fn clone(&self) -> Norcr0Syncen
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 Norcr0Syncen
impl Debug for Norcr0Syncen
Source§impl From<Norcr0Syncen> for u8
impl From<Norcr0Syncen> for u8
Source§fn from(val: Norcr0Syncen) -> u8
fn from(val: Norcr0Syncen) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Norcr0Syncen
impl From<u8> for Norcr0Syncen
Source§fn from(val: u8) -> Norcr0Syncen
fn from(val: u8) -> Norcr0Syncen
Converts to this type from the input type.
Source§impl Ord for Norcr0Syncen
impl Ord for Norcr0Syncen
Source§fn cmp(&self, other: &Norcr0Syncen) -> Ordering
fn cmp(&self, other: &Norcr0Syncen) -> 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 Norcr0Syncen
impl PartialEq for Norcr0Syncen
Source§impl PartialOrd for Norcr0Syncen
impl PartialOrd for Norcr0Syncen
impl Copy for Norcr0Syncen
impl Eq for Norcr0Syncen
impl StructuralPartialEq for Norcr0Syncen
Auto Trait Implementations§
impl Freeze for Norcr0Syncen
impl RefUnwindSafe for Norcr0Syncen
impl Send for Norcr0Syncen
impl Sync for Norcr0Syncen
impl Unpin for Norcr0Syncen
impl UnwindSafe for Norcr0Syncen
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