Struct tss_esapi_sys::TPM2B_IV
source · #[repr(C)]pub struct TPM2B_IV {
pub size: UINT16,
pub buffer: [BYTE; 16],
}
Fields§
§size: UINT16
§buffer: [BYTE; 16]
Trait Implementations§
impl Copy for TPM2B_IV
Auto Trait Implementations§
impl RefUnwindSafe for TPM2B_IV
impl Send for TPM2B_IV
impl Sync for TPM2B_IV
impl Unpin for TPM2B_IV
impl UnwindSafe for TPM2B_IV
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