pub struct EKResult {
pub key_handle: KeyHandle,
pub ek_cert: Option<Vec<u8>>,
pub public: Public,
}
Expand description
Holds the output of create_ek.
Fields
key_handle: KeyHandle
ek_cert: Option<Vec<u8>>
public: Public
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EKResult
impl Send for EKResult
impl Sync for EKResult
impl Unpin for EKResult
impl UnwindSafe for EKResult
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