pub struct TpmsAlgProperty {
pub alg: TpmAlgId,
pub alg_properties: TpmaAlgorithm,
}Fields§
§alg: TpmAlgId§alg_properties: TpmaAlgorithmTrait Implementations§
Source§impl Clone for TpmsAlgProperty
impl Clone for TpmsAlgProperty
Source§fn clone(&self) -> TpmsAlgProperty
fn clone(&self) -> TpmsAlgProperty
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 TpmsAlgProperty
Source§impl Debug for TpmsAlgProperty
impl Debug for TpmsAlgProperty
Source§impl Default for TpmsAlgProperty
impl Default for TpmsAlgProperty
Source§fn default() -> TpmsAlgProperty
fn default() -> TpmsAlgProperty
Returns the “default value” for a type. Read more
impl Eq for TpmsAlgProperty
Source§impl PartialEq for TpmsAlgProperty
impl PartialEq for TpmsAlgProperty
Source§fn eq(&self, other: &TpmsAlgProperty) -> bool
fn eq(&self, other: &TpmsAlgProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TpmsAlgProperty
Source§impl<'a> TpmField<'a> for TpmsAlgProperty
impl<'a> TpmField<'a> for TpmsAlgProperty
Source§impl TpmMarshal for TpmsAlgProperty
impl TpmMarshal for TpmsAlgProperty
Auto Trait Implementations§
impl Freeze for TpmsAlgProperty
impl RefUnwindSafe for TpmsAlgProperty
impl Send for TpmsAlgProperty
impl Sync for TpmsAlgProperty
impl Unpin for TpmsAlgProperty
impl UnsafeUnpin for TpmsAlgProperty
impl UnwindSafe for TpmsAlgProperty
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