#[repr(C)]pub struct TpmTypeList {
pub next: *mut TpmTypeList,
pub value: TpmType,
}Fields§
§next: *mut TpmTypeList§value: TpmTypeTrait Implementations§
Source§impl Clone for TpmTypeList
impl Clone for TpmTypeList
Source§fn clone(&self) -> TpmTypeList
fn clone(&self) -> TpmTypeList
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TpmTypeList
impl Debug for TpmTypeList
impl Copy for TpmTypeList
Auto Trait Implementations§
impl Freeze for TpmTypeList
impl RefUnwindSafe for TpmTypeList
impl !Send for TpmTypeList
impl !Sync for TpmTypeList
impl Unpin for TpmTypeList
impl UnwindSafe for TpmTypeList
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