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