#[repr(C)]pub struct TPMS_ASYM_PARMS {
pub symmetric: TPMT_SYM_DEF_OBJECT,
pub scheme: TPMT_ASYM_SCHEME,
}
Fields§
§symmetric: TPMT_SYM_DEF_OBJECT
§scheme: TPMT_ASYM_SCHEME
Trait Implementations§
Source§impl Clone for TPMS_ASYM_PARMS
impl Clone for TPMS_ASYM_PARMS
Source§fn clone(&self) -> TPMS_ASYM_PARMS
fn clone(&self) -> TPMS_ASYM_PARMS
Returns a copy 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 Default for TPMS_ASYM_PARMS
impl Default for TPMS_ASYM_PARMS
impl Copy for TPMS_ASYM_PARMS
Auto Trait Implementations§
impl Freeze for TPMS_ASYM_PARMS
impl RefUnwindSafe for TPMS_ASYM_PARMS
impl Send for TPMS_ASYM_PARMS
impl Sync for TPMS_ASYM_PARMS
impl Unpin for TPMS_ASYM_PARMS
impl UnwindSafe for TPMS_ASYM_PARMS
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