#[repr(u8)]pub enum ArmApdReset {
NO_EVENT_DETECTED = 0,
RESET_DETECTED = 1,
}Variants§
NO_EVENT_DETECTED = 0
No event detected.
RESET_DETECTED = 1
ARM reset event detected. (Writing a ‘1’ to this bit clears this status).
Implementations§
Source§impl ArmApdReset
impl ArmApdReset
Trait Implementations§
Source§impl Clone for ArmApdReset
impl Clone for ArmApdReset
Source§fn clone(&self) -> ArmApdReset
fn clone(&self) -> ArmApdReset
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 ArmApdReset
impl Debug for ArmApdReset
Source§impl From<ArmApdReset> for u8
impl From<ArmApdReset> for u8
Source§fn from(val: ArmApdReset) -> u8
fn from(val: ArmApdReset) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ArmApdReset
impl From<u8> for ArmApdReset
Source§fn from(val: u8) -> ArmApdReset
fn from(val: u8) -> ArmApdReset
Converts to this type from the input type.
Source§impl Ord for ArmApdReset
impl Ord for ArmApdReset
Source§fn cmp(&self, other: &ArmApdReset) -> Ordering
fn cmp(&self, other: &ArmApdReset) -> 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 ArmApdReset
impl PartialEq for ArmApdReset
Source§impl PartialOrd for ArmApdReset
impl PartialOrd for ArmApdReset
impl Copy for ArmApdReset
impl Eq for ArmApdReset
impl StructuralPartialEq for ArmApdReset
Auto Trait Implementations§
impl Freeze for ArmApdReset
impl RefUnwindSafe for ArmApdReset
impl Send for ArmApdReset
impl Sync for ArmApdReset
impl Unpin for ArmApdReset
impl UnwindSafe for ArmApdReset
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