Struct esp32c3_hal::aes::Aes
source · pub struct Aes<'d> { /* private fields */ }
Expand description
AES peripheral container
Implementations§
Trait Implementations§
source§impl<'d, C> WithDmaAes<'d, C> for Aes<'d>where
C: ChannelTypes,
<C as ChannelTypes>::P: AesPeripheral,
impl<'d, C> WithDmaAes<'d, C> for Aes<'d>where C: ChannelTypes, <C as ChannelTypes>::P: AesPeripheral,
Auto Trait Implementations§
impl<'d> RefUnwindSafe for Aes<'d>
impl<'d> Send for Aes<'d>
impl<'d> Sync for Aes<'d>
impl<'d> Unpin for Aes<'d>
impl<'d> !UnwindSafe for Aes<'d>
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