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: KeyHandle
§out_public: Public
§creation_data: CreationData
§creation_hash: Digest
§creation_ticket: CreationTicket
Auto Trait Implementations§
impl Freeze for CreatePrimaryKeyResult
impl RefUnwindSafe for CreatePrimaryKeyResult
impl Send for CreatePrimaryKeyResult
impl Sync for CreatePrimaryKeyResult
impl Unpin for CreatePrimaryKeyResult
impl UnwindSafe for CreatePrimaryKeyResult
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