Struct tss_esapi_sys::TPML_AC_CAPABILITIES
source · #[repr(C)]pub struct TPML_AC_CAPABILITIES {
pub count: UINT32,
pub acCapabilities: [TPMS_AC_OUTPUT; 128],
}
Fields§
§count: UINT32
§acCapabilities: [TPMS_AC_OUTPUT; 128]
Trait Implementations§
source§impl Clone for TPML_AC_CAPABILITIES
impl Clone for TPML_AC_CAPABILITIES
source§fn clone(&self) -> TPML_AC_CAPABILITIES
fn clone(&self) -> TPML_AC_CAPABILITIES
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 TPML_AC_CAPABILITIES
impl Debug for TPML_AC_CAPABILITIES
source§impl Default for TPML_AC_CAPABILITIES
impl Default for TPML_AC_CAPABILITIES
impl Copy for TPML_AC_CAPABILITIES
Auto Trait Implementations§
impl RefUnwindSafe for TPML_AC_CAPABILITIES
impl Send for TPML_AC_CAPABILITIES
impl Sync for TPML_AC_CAPABILITIES
impl Unpin for TPML_AC_CAPABILITIES
impl UnwindSafe for TPML_AC_CAPABILITIES
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