pub struct TpmPcrReadResponse {
pub pcr_update_counter: u32,
pub pcr_selection_out: TpmlPcrSelection,
pub pcr_values: TpmlDigest,
}Fields§
§pcr_update_counter: u32§pcr_selection_out: TpmlPcrSelection§pcr_values: TpmlDigestTrait Implementations§
Source§impl Clone for TpmPcrReadResponse
impl Clone for TpmPcrReadResponse
Source§fn clone(&self) -> TpmPcrReadResponse
fn clone(&self) -> TpmPcrReadResponse
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 TpmPcrReadResponse
impl Debug for TpmPcrReadResponse
Source§impl Default for TpmPcrReadResponse
impl Default for TpmPcrReadResponse
Source§fn default() -> TpmPcrReadResponse
fn default() -> TpmPcrReadResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for TpmPcrReadResponse
impl PartialEq for TpmPcrReadResponse
Source§impl TpmBodyBuild for TpmPcrReadResponse
impl TpmBodyBuild for TpmPcrReadResponse
Source§impl TpmBuild for TpmPcrReadResponse
impl TpmBuild for TpmPcrReadResponse
Source§impl TpmHeader for TpmPcrReadResponse
impl TpmHeader for TpmPcrReadResponse
Source§impl TpmSized for TpmPcrReadResponse
impl TpmSized for TpmPcrReadResponse
impl Eq for TpmPcrReadResponse
impl StructuralPartialEq for TpmPcrReadResponse
Auto Trait Implementations§
impl Freeze for TpmPcrReadResponse
impl RefUnwindSafe for TpmPcrReadResponse
impl Send for TpmPcrReadResponse
impl Sync for TpmPcrReadResponse
impl Unpin for TpmPcrReadResponse
impl UnwindSafe for TpmPcrReadResponse
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