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