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