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