#[repr(u8)]pub enum Sramcr0Syncen {
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 Sramcr0Syncen
impl Sramcr0Syncen
Trait Implementations§
Source§impl Clone for Sramcr0Syncen
impl Clone for Sramcr0Syncen
Source§fn clone(&self) -> Sramcr0Syncen
fn clone(&self) -> Sramcr0Syncen
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 Sramcr0Syncen
impl Debug for Sramcr0Syncen
Source§impl From<Sramcr0Syncen> for u8
impl From<Sramcr0Syncen> for u8
Source§fn from(val: Sramcr0Syncen) -> u8
fn from(val: Sramcr0Syncen) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Sramcr0Syncen
impl From<u8> for Sramcr0Syncen
Source§fn from(val: u8) -> Sramcr0Syncen
fn from(val: u8) -> Sramcr0Syncen
Converts to this type from the input type.
Source§impl Ord for Sramcr0Syncen
impl Ord for Sramcr0Syncen
Source§fn cmp(&self, other: &Sramcr0Syncen) -> Ordering
fn cmp(&self, other: &Sramcr0Syncen) -> 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 Sramcr0Syncen
impl PartialEq for Sramcr0Syncen
Source§impl PartialOrd for Sramcr0Syncen
impl PartialOrd for Sramcr0Syncen
impl Copy for Sramcr0Syncen
impl Eq for Sramcr0Syncen
impl StructuralPartialEq for Sramcr0Syncen
Auto Trait Implementations§
impl Freeze for Sramcr0Syncen
impl RefUnwindSafe for Sramcr0Syncen
impl Send for Sramcr0Syncen
impl Sync for Sramcr0Syncen
impl Unpin for Sramcr0Syncen
impl UnwindSafe for Sramcr0Syncen
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