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