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