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