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