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