#[repr(u16)]
pub enum KeyName {
EInitToken,
Provision,
ProvisionSeal,
Report,
Seal,
}
Variants
EInitToken
Provision
ProvisionSeal
Report
Seal
Trait Implementations
impl ContiguousMemory for KeyName
impl Copy for KeyName
impl Eq for KeyName
impl StructuralEq for KeyName
impl StructuralPartialEq for KeyName
Auto Trait Implementations
impl RefUnwindSafe for KeyName
impl Send for KeyName
impl Sync for KeyName
impl Unpin for KeyName
impl UnwindSafe for KeyName
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more