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