#[repr(u8)]pub enum Maclen {
M0 = 0,
M4 = 1,
M6 = 2,
M8 = 3,
M10 = 4,
M12 = 5,
M14 = 6,
M16 = 7,
}
Variants§
M0 = 0
M = 0 This is a special case for CCM* where encryption is required but not authentication
M4 = 1
M = 4
M6 = 2
M = 6
M8 = 3
M = 8
M10 = 4
M = 10
M12 = 5
M = 12
M14 = 6
M = 14
M16 = 7
M = 16
Implementations§
Trait Implementations§
Source§impl Ord for Maclen
impl Ord for Maclen
Source§impl PartialOrd for Maclen
impl PartialOrd for Maclen
impl Copy for Maclen
impl Eq for Maclen
impl StructuralPartialEq for Maclen
Auto Trait Implementations§
impl Freeze for Maclen
impl RefUnwindSafe for Maclen
impl Send for Maclen
impl Sync for Maclen
impl Unpin for Maclen
impl UnwindSafe for Maclen
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
)