Struct esp32c3::aes::aad_block_num::AAD_BLOCK_NUM_W
source · [−]pub struct AAD_BLOCK_NUM_W<'a> { /* private fields */ }
Expand description
Field AAD_BLOCK_NUM
writer - Those bits stores the number of AAD block.
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for AAD_BLOCK_NUM_W<'a>
impl<'a> Send for AAD_BLOCK_NUM_W<'a>
impl<'a> Sync for AAD_BLOCK_NUM_W<'a>
impl<'a> Unpin for AAD_BLOCK_NUM_W<'a>
impl<'a> !UnwindSafe for AAD_BLOCK_NUM_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more