#[repr(u8)]pub enum LockupRst {
LOCKUP_RST_0 = 0,
LOCKUP_RST_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for LockupRst
impl Ord for LockupRst
Source§impl PartialOrd for LockupRst
impl PartialOrd for LockupRst
impl Copy for LockupRst
impl Eq for LockupRst
impl StructuralPartialEq for LockupRst
Auto Trait Implementations§
impl Freeze for LockupRst
impl RefUnwindSafe for LockupRst
impl Send for LockupRst
impl Sync for LockupRst
impl Unpin for LockupRst
impl UnwindSafe for LockupRst
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