#[repr(C)]pub struct TpmModelList {
pub next: *mut TpmModelList,
pub value: u32,
}Fields§
§next: *mut TpmModelList§value: u32Trait Implementations§
Source§impl Clone for TpmModelList
impl Clone for TpmModelList
Source§fn clone(&self) -> TpmModelList
fn clone(&self) -> TpmModelList
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 TpmModelList
impl Debug for TpmModelList
impl Copy for TpmModelList
Auto Trait Implementations§
impl Freeze for TpmModelList
impl RefUnwindSafe for TpmModelList
impl !Send for TpmModelList
impl !Sync for TpmModelList
impl Unpin for TpmModelList
impl UnwindSafe for TpmModelList
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