pub struct TpmDictionaryAttackLockResetResponse {
pub handles: [TpmHandle; 0],
}Fields§
§handles: [TpmHandle; 0]Implementations§
Source§impl TpmDictionaryAttackLockResetResponse
impl TpmDictionaryAttackLockResetResponse
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 TpmDictionaryAttackLockResetResponse
impl Clone for TpmDictionaryAttackLockResetResponse
Source§fn clone(&self) -> TpmDictionaryAttackLockResetResponse
fn clone(&self) -> TpmDictionaryAttackLockResetResponse
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 TpmDictionaryAttackLockResetResponse
Source§impl Default for TpmDictionaryAttackLockResetResponse
impl Default for TpmDictionaryAttackLockResetResponse
Source§fn default() -> TpmDictionaryAttackLockResetResponse
fn default() -> TpmDictionaryAttackLockResetResponse
Returns the “default value” for a type. Read more
impl Eq for TpmDictionaryAttackLockResetResponse
Source§impl PartialEq for TpmDictionaryAttackLockResetResponse
impl PartialEq for TpmDictionaryAttackLockResetResponse
Source§fn eq(&self, other: &TpmDictionaryAttackLockResetResponse) -> bool
fn eq(&self, other: &TpmDictionaryAttackLockResetResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TpmDictionaryAttackLockResetResponse
Source§impl TpmSized for TpmDictionaryAttackLockResetResponse
impl TpmSized for TpmDictionaryAttackLockResetResponse
Source§impl TryFrom<TpmResponseValue> for TpmDictionaryAttackLockResetResponse
impl TryFrom<TpmResponseValue> for TpmDictionaryAttackLockResetResponse
Source§type Error = TpmResponseValue
type Error = TpmResponseValue
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for TpmDictionaryAttackLockResetResponse
impl RefUnwindSafe for TpmDictionaryAttackLockResetResponse
impl Send for TpmDictionaryAttackLockResetResponse
impl Sync for TpmDictionaryAttackLockResetResponse
impl Unpin for TpmDictionaryAttackLockResetResponse
impl UnsafeUnpin for TpmDictionaryAttackLockResetResponse
impl UnwindSafe for TpmDictionaryAttackLockResetResponse
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