#[repr(C)]pub struct TpmTypeOptions {
pub type_: u32,
pub u: TpmTypeOptions__bindgen_ty_1,
}Fields§
§type_: u32§u: TpmTypeOptions__bindgen_ty_1Trait Implementations§
Source§impl Clone for TpmTypeOptions
impl Clone for TpmTypeOptions
Source§fn clone(&self) -> TpmTypeOptions
fn clone(&self) -> TpmTypeOptions
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 moreimpl Copy for TpmTypeOptions
Auto Trait Implementations§
impl Freeze for TpmTypeOptions
impl RefUnwindSafe for TpmTypeOptions
impl !Send for TpmTypeOptions
impl !Sync for TpmTypeOptions
impl Unpin for TpmTypeOptions
impl UnwindSafe for TpmTypeOptions
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