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