Struct tss_esapi_sys::TPMS_EMPTY
source · #[repr(C)]pub struct TPMS_EMPTY {
pub empty: [BYTE; 1],
}Fields§
§empty: [BYTE; 1]Trait Implementations§
source§impl Clone for TPMS_EMPTY
impl Clone for TPMS_EMPTY
source§fn clone(&self) -> TPMS_EMPTY
fn clone(&self) -> TPMS_EMPTY
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_EMPTY
impl Debug for TPMS_EMPTY
source§impl Default for TPMS_EMPTY
impl Default for TPMS_EMPTY
source§fn default() -> TPMS_EMPTY
fn default() -> TPMS_EMPTY
Returns the “default value” for a type. Read more