#[repr(u8)]pub enum AesNoKl {
NEW = 0,
NO = 1,
}Variants§
NEW = 0
new AES key will be loaded
NO = 1
No AES key will be loaded, and previously loaded key will be used.
Implementations§
Trait Implementations§
Source§impl Ord for AesNoKl
impl Ord for AesNoKl
Source§impl PartialOrd for AesNoKl
impl PartialOrd for AesNoKl
impl Copy for AesNoKl
impl Eq for AesNoKl
impl StructuralPartialEq for AesNoKl
Auto Trait Implementations§
impl Freeze for AesNoKl
impl RefUnwindSafe for AesNoKl
impl Send for AesNoKl
impl Sync for AesNoKl
impl Unpin for AesNoKl
impl UnwindSafe for AesNoKl
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