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