Struct esp32_hal::peripherals::SLC
source · pub struct SLC { /* private fields */ }
Implementations§
source§impl SLC
impl SLC
sourcepub unsafe fn steal() -> SLC
pub unsafe fn steal() -> SLC
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 SLC
impl Peripheral for SLC
Auto Trait Implementations§
impl RefUnwindSafe for SLC
impl Send for SLC
impl Sync for SLC
impl Unpin for SLC
impl UnwindSafe for SLC
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