Struct tss_esapi_sys::TPMS_SIGNATURE_RSA
source · #[repr(C)]pub struct TPMS_SIGNATURE_RSA {
pub hash: TPMI_ALG_HASH,
pub sig: TPM2B_PUBLIC_KEY_RSA,
}
Fields§
§hash: TPMI_ALG_HASH
§sig: TPM2B_PUBLIC_KEY_RSA
Trait Implementations§
source§impl Clone for TPMS_SIGNATURE_RSA
impl Clone for TPMS_SIGNATURE_RSA
source§fn clone(&self) -> TPMS_SIGNATURE_RSA
fn clone(&self) -> TPMS_SIGNATURE_RSA
Returns a copy 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 TPMS_SIGNATURE_RSA
impl Debug for TPMS_SIGNATURE_RSA
source§impl Default for TPMS_SIGNATURE_RSA
impl Default for TPMS_SIGNATURE_RSA
impl Copy for TPMS_SIGNATURE_RSA
Auto Trait Implementations§
impl RefUnwindSafe for TPMS_SIGNATURE_RSA
impl Send for TPMS_SIGNATURE_RSA
impl Sync for TPMS_SIGNATURE_RSA
impl Unpin for TPMS_SIGNATURE_RSA
impl UnwindSafe for TPMS_SIGNATURE_RSA
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