Struct esp32s3_hal::peripherals::WCL
source · pub struct WCL { /* private fields */ }
Implementations§
source§impl WCL
impl WCL
sourcepub unsafe fn steal() -> WCL
pub unsafe fn steal() -> WCL
Unsafely create an instance of this peripheral out of thin air.
Safety
You must ensure that you’re only using one instance of this type at a time.
Trait Implementations§
source§impl Peripheral for WCL
impl Peripheral for WCL
Auto Trait Implementations§
impl RefUnwindSafe for WCL
impl Send for WCL
impl Sync for WCL
impl Unpin for WCL
impl UnwindSafe for WCL
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