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