Struct panda_sys::TpmTypeList [−][src]
#[repr(C)]pub struct TpmTypeList { pub next: *mut TpmTypeList, pub value: TpmType, }
Fields
next: *mut TpmTypeListvalue: TpmTypeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TpmTypeListimpl !Send for TpmTypeListimpl !Sync for TpmTypeListimpl Unpin for TpmTypeListimpl UnwindSafe for TpmTypeListBlanket Implementations
Mutably borrows from an owned value. Read more