pub struct TpmPcrSetAuthPolicyResponse {
pub handles: [TpmHandle; 0],
}Fields§
§handles: [TpmHandle; 0]Implementations§
Source§impl TpmPcrSetAuthPolicyResponse
impl TpmPcrSetAuthPolicyResponse
Sourcepub fn cast_frame(buf: &[u8]) -> TpmResult<&TpmResponse>
pub fn cast_frame(buf: &[u8]) -> TpmResult<&TpmResponse>
Casts a response frame into a typed wire view for this response.
§Errors
Returns Err(TpmError) when the frame envelope is malformed.
Sourcepub fn cast_frame_mut(buf: &mut [u8]) -> TpmResult<&mut TpmResponse>
pub fn cast_frame_mut(buf: &mut [u8]) -> TpmResult<&mut TpmResponse>
Casts a mutable response frame into a typed mutable wire view for this response.
§Errors
Returns Err(TpmError) when the frame envelope is malformed.
Trait Implementations§
Source§impl Clone for TpmPcrSetAuthPolicyResponse
impl Clone for TpmPcrSetAuthPolicyResponse
Source§fn clone(&self) -> TpmPcrSetAuthPolicyResponse
fn clone(&self) -> TpmPcrSetAuthPolicyResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TpmPcrSetAuthPolicyResponse
Source§impl Debug for TpmPcrSetAuthPolicyResponse
impl Debug for TpmPcrSetAuthPolicyResponse
Source§impl Default for TpmPcrSetAuthPolicyResponse
impl Default for TpmPcrSetAuthPolicyResponse
Source§fn default() -> TpmPcrSetAuthPolicyResponse
fn default() -> TpmPcrSetAuthPolicyResponse
Returns the “default value” for a type. Read more
impl Eq for TpmPcrSetAuthPolicyResponse
Source§impl PartialEq for TpmPcrSetAuthPolicyResponse
impl PartialEq for TpmPcrSetAuthPolicyResponse
Source§fn eq(&self, other: &TpmPcrSetAuthPolicyResponse) -> bool
fn eq(&self, other: &TpmPcrSetAuthPolicyResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TpmPcrSetAuthPolicyResponse
Source§impl TpmSized for TpmPcrSetAuthPolicyResponse
impl TpmSized for TpmPcrSetAuthPolicyResponse
Source§impl TryFrom<TpmResponseValue> for TpmPcrSetAuthPolicyResponse
impl TryFrom<TpmResponseValue> for TpmPcrSetAuthPolicyResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for TpmPcrSetAuthPolicyResponse
impl RefUnwindSafe for TpmPcrSetAuthPolicyResponse
impl Send for TpmPcrSetAuthPolicyResponse
impl Sync for TpmPcrSetAuthPolicyResponse
impl Unpin for TpmPcrSetAuthPolicyResponse
impl UnsafeUnpin for TpmPcrSetAuthPolicyResponse
impl UnwindSafe for TpmPcrSetAuthPolicyResponse
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