Struct tss_esapi_sys::TPMS_SCHEME_XOR
source · #[repr(C)]pub struct TPMS_SCHEME_XOR {
pub hashAlg: TPMI_ALG_HASH,
pub kdf: TPMI_ALG_KDF,
}
Fields§
§hashAlg: TPMI_ALG_HASH
§kdf: TPMI_ALG_KDF
Trait Implementations§
source§impl Clone for TPMS_SCHEME_XOR
impl Clone for TPMS_SCHEME_XOR
source§fn clone(&self) -> TPMS_SCHEME_XOR
fn clone(&self) -> TPMS_SCHEME_XOR
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_SCHEME_XOR
impl Debug for TPMS_SCHEME_XOR
source§impl Default for TPMS_SCHEME_XOR
impl Default for TPMS_SCHEME_XOR
source§fn default() -> TPMS_SCHEME_XOR
fn default() -> TPMS_SCHEME_XOR
Returns the “default value” for a type. Read more
impl Copy for TPMS_SCHEME_XOR
Auto Trait Implementations§
impl RefUnwindSafe for TPMS_SCHEME_XOR
impl Send for TPMS_SCHEME_XOR
impl Sync for TPMS_SCHEME_XOR
impl Unpin for TPMS_SCHEME_XOR
impl UnwindSafe for TPMS_SCHEME_XOR
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