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