Struct esp32c3_hal::rtc_cntl::sleep::Ext0WakeupSource
source · pub struct Ext0WakeupSource<'a, P>where
P: RTCPin,{ /* private fields */ }
Implementations§
source§impl<'a, P> Ext0WakeupSource<'a, P>where
P: RTCPin,
impl<'a, P> Ext0WakeupSource<'a, P>where P: RTCPin,
pub fn new(pin: &'a mut P, level: WakeupLevel) -> Ext0WakeupSource<'a, P>
Trait Implementations§
Auto Trait Implementations§
impl<'a, P> !RefUnwindSafe for Ext0WakeupSource<'a, P>
impl<'a, P> Send for Ext0WakeupSource<'a, P>where P: Send,
impl<'a, P> !Sync for Ext0WakeupSource<'a, P>
impl<'a, P> Unpin for Ext0WakeupSource<'a, P>
impl<'a, P> !UnwindSafe for Ext0WakeupSource<'a, P>
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