Enum esp32c3_hal::aes::dma::CipherMode
source · pub enum CipherMode {
Ecb = 0,
Cbc = 1,
Ofb = 2,
Ctr = 3,
Cfb8 = 4,
Cfb128 = 5,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for CipherMode
impl Send for CipherMode
impl Sync for CipherMode
impl Unpin for CipherMode
impl UnwindSafe for CipherMode
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