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