Struct tss_esapi_sys::TPML_CC
source · #[repr(C)]pub struct TPML_CC {
pub count: UINT32,
pub commandCodes: [TPM2_CC; 256],
}
Fields§
§count: UINT32
§commandCodes: [TPM2_CC; 256]
Trait Implementations§
impl Copy for TPML_CC
Auto Trait Implementations§
impl RefUnwindSafe for TPML_CC
impl Send for TPML_CC
impl Sync for TPML_CC
impl Unpin for TPML_CC
impl UnwindSafe for TPML_CC
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