pub struct Aes<'d> { /* private fields */ }
Expand description
AES peripheral container
Implementations§
Trait Implementations§
Source§impl<'d, C> WithDmaAes<'d, C> for Aes<'d>
impl<'d, C> WithDmaAes<'d, C> for Aes<'d>
Auto Trait Implementations§
impl<'d> Freeze for Aes<'d>
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