#[repr(u8)]pub enum Sre {
SRE_0 = 0,
SRE_1 = 1,
}Variants§
SRE_0 = 0
using original way to generate software reset (default)
SRE_1 = 1
using new way to generate software reset.
Implementations§
Trait Implementations§
Source§impl Ord for Sre
impl Ord for Sre
Source§impl PartialOrd for Sre
impl PartialOrd for Sre
impl Copy for Sre
impl Eq for Sre
impl StructuralPartialEq for Sre
Auto Trait Implementations§
impl Freeze for Sre
impl RefUnwindSafe for Sre
impl Send for Sre
impl Sync for Sre
impl Unpin for Sre
impl UnwindSafe for Sre
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