pub enum LCK0 {
Unlocked = 0,
Locked = 1,
}
Expand description
Port x lock pin %s
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LCK0
impl Eq for LCK0
impl StructuralPartialEq for LCK0
Auto Trait Implementations§
impl Freeze for LCK0
impl RefUnwindSafe for LCK0
impl Send for LCK0
impl Sync for LCK0
impl Unpin for LCK0
impl UnwindSafe for LCK0
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