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