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