Struct tss_esapi_sys::TPMS_AC_OUTPUT
source · #[repr(C)]pub struct TPMS_AC_OUTPUT {
pub tag: TPM_AT,
pub data: UINT32,
}Fields§
§tag: TPM_AT§data: UINT32Trait Implementations§
source§impl Clone for TPMS_AC_OUTPUT
impl Clone for TPMS_AC_OUTPUT
source§fn clone(&self) -> TPMS_AC_OUTPUT
fn clone(&self) -> TPMS_AC_OUTPUT
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_AC_OUTPUT
impl Debug for TPMS_AC_OUTPUT
source§impl Default for TPMS_AC_OUTPUT
impl Default for TPMS_AC_OUTPUT
source§fn default() -> TPMS_AC_OUTPUT
fn default() -> TPMS_AC_OUTPUT
Returns the “default value” for a type. Read more