pub enum LCK {
Locked = 1,
}
Expand description
Locked
Value on reset: 0
Variants§
Locked = 1
1: the frame timer remains in this state until an USB reset or USB suspend event occurs
Trait Implementations§
impl Copy for LCK
impl Eq for LCK
impl StructuralPartialEq for LCK
Auto Trait Implementations§
impl Freeze for LCK
impl RefUnwindSafe for LCK
impl Send for LCK
impl Sync for LCK
impl Unpin for LCK
impl UnwindSafe for LCK
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