Struct tss_esapi::structures::CreatePrimaryKeyResult
source · [−]pub struct CreatePrimaryKeyResult {
pub key_handle: KeyHandle,
pub out_public: Public,
pub creation_data: CreationData,
pub creation_hash: Digest,
pub creation_ticket: CreationTicket,
}Fields
key_handle: KeyHandleout_public: Publiccreation_data: CreationDatacreation_hash: Digestcreation_ticket: CreationTicketAuto Trait Implementations
impl RefUnwindSafe for CreatePrimaryKeyResult
impl Send for CreatePrimaryKeyResult
impl Sync for CreatePrimaryKeyResult
impl Unpin for CreatePrimaryKeyResult
impl UnwindSafe for CreatePrimaryKeyResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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