#[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 Freeze for TPM2B_IV
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