pub enum BR0W {
NoAction = 0,
Reset = 1,
}
Expand description
Port x reset pin %s
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for BR0W
impl Eq for BR0W
impl StructuralPartialEq for BR0W
Auto Trait Implementations§
impl Freeze for BR0W
impl RefUnwindSafe for BR0W
impl Send for BR0W
impl Sync for BR0W
impl Unpin for BR0W
impl UnwindSafe for BR0W
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