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