#[repr(C)]pub struct TPMInfo {
pub id: *mut c_char,
pub model: TpmModel,
pub options: *mut TpmTypeOptions,
}Fields§
§id: *mut c_char§model: TpmModel§options: *mut TpmTypeOptionsTrait Implementations§
Auto Trait Implementations§
impl Freeze for TPMInfo
impl RefUnwindSafe for TPMInfo
impl !Send for TPMInfo
impl !Sync for TPMInfo
impl Unpin for TPMInfo
impl UnwindSafe for TPMInfo
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