Enum Ewakeup
pub enum Ewakeup {
_0 = 0,
_1 = 1,
}Expand description
Existence of SRS[WAKEUP] status indication feature
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Ewakeup
impl Eq for Ewakeup
impl StructuralPartialEq for Ewakeup
Auto Trait Implementations§
impl Freeze for Ewakeup
impl RefUnwindSafe for Ewakeup
impl Send for Ewakeup
impl Sync for Ewakeup
impl Unpin for Ewakeup
impl UnwindSafe for Ewakeup
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