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