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