#[repr(u32)]pub enum WakeType {
Gpio = 0,
Timer = 1,
Uart = 2,
Rtc = 3,
}Expand description
Wake source types.
Variants§
Trait Implementations§
impl Copy for WakeType
impl Eq for WakeType
impl StructuralPartialEq for WakeType
Auto Trait Implementations§
impl Freeze for WakeType
impl RefUnwindSafe for WakeType
impl Send for WakeType
impl Sync for WakeType
impl Unpin for WakeType
impl UnwindSafe for WakeType
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