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