#[repr(u8)]pub enum FlashRst {
RELEASED = 0,
ASSERTED = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for FlashRst
impl Ord for FlashRst
Source§impl PartialOrd for FlashRst
impl PartialOrd for FlashRst
impl Copy for FlashRst
impl Eq for FlashRst
impl StructuralPartialEq for FlashRst
Auto Trait Implementations§
impl Freeze for FlashRst
impl RefUnwindSafe for FlashRst
impl Send for FlashRst
impl Sync for FlashRst
impl Unpin for FlashRst
impl UnwindSafe for FlashRst
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