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