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: UINT32
Trait 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
impl Copy for TPMS_AC_OUTPUT
Auto Trait Implementations§
impl RefUnwindSafe for TPMS_AC_OUTPUT
impl Send for TPMS_AC_OUTPUT
impl Sync for TPMS_AC_OUTPUT
impl Unpin for TPMS_AC_OUTPUT
impl UnwindSafe for TPMS_AC_OUTPUT
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