Enum Ersareq
pub enum Ersareq {
_0 = 0,
}Expand description
Erase All Request
Value on reset: 0
Variants§
_0 = 0
0: No request or request complete
Trait Implementations§
impl Copy for Ersareq
impl Eq for Ersareq
impl StructuralPartialEq for Ersareq
Auto Trait Implementations§
impl Freeze for Ersareq
impl RefUnwindSafe for Ersareq
impl Send for Ersareq
impl Sync for Ersareq
impl Unpin for Ersareq
impl UnwindSafe for Ersareq
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