pub struct TpmtScheme {
pub scheme: TpmAlgId,
}Expand description
A TPM signing scheme, corresponding to TPMT_SIG_SCHEME.
Fields§
§scheme: TpmAlgIdTrait Implementations§
Source§impl Clone for TpmtScheme
impl Clone for TpmtScheme
Source§fn clone(&self) -> TpmtScheme
fn clone(&self) -> TpmtScheme
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 TpmtScheme
impl Debug for TpmtScheme
Source§impl Default for TpmtScheme
impl Default for TpmtScheme
Source§fn default() -> TpmtScheme
fn default() -> TpmtScheme
Returns the “default value” for a type. Read more
Source§impl PartialEq for TpmtScheme
impl PartialEq for TpmtScheme
Source§impl TpmBuild for TpmtScheme
impl TpmBuild for TpmtScheme
Source§impl<'a> TpmParse<'a> for TpmtScheme
impl<'a> TpmParse<'a> for TpmtScheme
Source§impl TpmSized for TpmtScheme
impl TpmSized for TpmtScheme
impl Copy for TpmtScheme
impl Eq for TpmtScheme
impl StructuralPartialEq for TpmtScheme
Auto Trait Implementations§
impl Freeze for TpmtScheme
impl RefUnwindSafe for TpmtScheme
impl Send for TpmtScheme
impl Sync for TpmtScheme
impl Unpin for TpmtScheme
impl UnwindSafe for TpmtScheme
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