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