#[repr(u8)]pub enum Aessecret {
NORMAL_WAY = 0,
HIDDEN_WAY = 1,
}Variants§
NORMAL_WAY = 0
User key provided in normal way
HIDDEN_WAY = 1
Secret key provided in hidden way by HW
Implementations§
Trait Implementations§
Source§impl Ord for Aessecret
impl Ord for Aessecret
Source§impl PartialOrd for Aessecret
impl PartialOrd for Aessecret
impl Copy for Aessecret
impl Eq for Aessecret
impl StructuralPartialEq for Aessecret
Auto Trait Implementations§
impl Freeze for Aessecret
impl RefUnwindSafe for Aessecret
impl Send for Aessecret
impl Sync for Aessecret
impl Unpin for Aessecret
impl UnwindSafe for Aessecret
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