#[repr(u8)]pub enum Lockup {
LOCKUP_0 = 0,
LOCKUP_1 = 1,
}Variants§
LOCKUP_0 = 0
Reset is not a result of the mentioned case.
LOCKUP_1 = 1
Reset is a result of the mentioned case.
Implementations§
Trait Implementations§
Source§impl Ord for Lockup
impl Ord for Lockup
Source§impl PartialOrd for Lockup
impl PartialOrd for Lockup
impl Copy for Lockup
impl Eq for Lockup
impl StructuralPartialEq for Lockup
Auto Trait Implementations§
impl Freeze for Lockup
impl RefUnwindSafe for Lockup
impl Send for Lockup
impl Sync for Lockup
impl Unpin for Lockup
impl UnwindSafe for Lockup
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