#[repr(C)]pub struct TpmTypeList {
pub next: *mut TpmTypeList,
pub value: u32,
}Fields§
§next: *mut TpmTypeList§value: u32Trait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TpmTypeList
Auto Trait Implementations§
impl !Send for TpmTypeList
impl !Sync for TpmTypeList
impl Freeze for TpmTypeList
impl RefUnwindSafe for TpmTypeList
impl Unpin for TpmTypeList
impl UnsafeUnpin 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