Enum stm32_metapac::saes::vals::Chmod
#[repr(u8)]pub enum Chmod {
ECB = 0,
CBC = 1,
CTR = 2,
GCM_GMAC = 3,
CCM = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
ECB = 0
Electronic codebook
CBC = 1
Cipher-block chaining
CTR = 2
Counter mode
GCM_GMAC = 3
Galois counter mode and Galois message authentication code
CCM = 4
Counter with CBC-MAC
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for Chmod
impl Ord for Chmod
§impl PartialOrd for Chmod
impl PartialOrd for Chmod
impl Copy for Chmod
impl Eq for Chmod
impl StructuralPartialEq for Chmod
Auto Trait Implementations§
impl Freeze for Chmod
impl RefUnwindSafe for Chmod
impl Send for Chmod
impl Sync for Chmod
impl Unpin for Chmod
impl UnwindSafe for Chmod
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)