Enum Ldok
pub enum Ldok {
_0 = 0,
_1 = 1,
}Expand description
Load Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Ldok
impl Eq for Ldok
impl StructuralPartialEq for Ldok
Auto Trait Implementations§
impl Freeze for Ldok
impl RefUnwindSafe for Ldok
impl Send for Ldok
impl Sync for Ldok
impl Unpin for Ldok
impl UnwindSafe for Ldok
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