pub struct TpmLoadResponse {
    pub object_handle: TpmTransient,
    pub name: Tpm2bName,
}Fields§
§object_handle: TpmTransient§name: Tpm2bNameTrait Implementations§
Source§impl Clone for TpmLoadResponse
 
impl Clone for TpmLoadResponse
Source§fn clone(&self) -> TpmLoadResponse
 
fn clone(&self) -> TpmLoadResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for TpmLoadResponse
 
impl Debug for TpmLoadResponse
Source§impl PartialEq for TpmLoadResponse
 
impl PartialEq for TpmLoadResponse
Source§impl TpmBuild for TpmLoadResponse
 
impl TpmBuild for TpmLoadResponse
Source§impl TpmHeader for TpmLoadResponse
 
impl TpmHeader for TpmLoadResponse
Source§impl TpmParse for TpmLoadResponse
 
impl TpmParse for TpmLoadResponse
Source§impl TpmSized for TpmLoadResponse
 
impl TpmSized for TpmLoadResponse
impl Eq for TpmLoadResponse
impl StructuralPartialEq for TpmLoadResponse
Auto Trait Implementations§
impl Freeze for TpmLoadResponse
impl RefUnwindSafe for TpmLoadResponse
impl Send for TpmLoadResponse
impl Sync for TpmLoadResponse
impl Unpin for TpmLoadResponse
impl UnwindSafe for TpmLoadResponse
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