pub enum IOLOCK {
Unlocked = 0,
Locked = 1,
}Expand description
locking the AF configuration of associated I/Os
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for IOLOCK
impl Eq for IOLOCK
impl StructuralPartialEq for IOLOCK
Auto Trait Implementations§
impl Freeze for IOLOCK
impl RefUnwindSafe for IOLOCK
impl Send for IOLOCK
impl Sync for IOLOCK
impl Unpin for IOLOCK
impl UnwindSafe for IOLOCK
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