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