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