#[repr(C)]pub struct TPMS_NV_PIN_COUNTER_PARAMETERS {
pub pinCount: UINT32,
pub pinLimit: UINT32,
}
Fields§
§pinCount: UINT32
§pinLimit: UINT32
Trait Implementations§
source§impl Clone for TPMS_NV_PIN_COUNTER_PARAMETERS
impl Clone for TPMS_NV_PIN_COUNTER_PARAMETERS
source§fn clone(&self) -> TPMS_NV_PIN_COUNTER_PARAMETERS
fn clone(&self) -> TPMS_NV_PIN_COUNTER_PARAMETERS
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_NV_PIN_COUNTER_PARAMETERS
impl Default for TPMS_NV_PIN_COUNTER_PARAMETERS
source§fn default() -> TPMS_NV_PIN_COUNTER_PARAMETERS
fn default() -> TPMS_NV_PIN_COUNTER_PARAMETERS
Returns the “default value” for a type. Read more
impl Copy for TPMS_NV_PIN_COUNTER_PARAMETERS
Auto Trait Implementations§
impl RefUnwindSafe for TPMS_NV_PIN_COUNTER_PARAMETERS
impl Send for TPMS_NV_PIN_COUNTER_PARAMETERS
impl Sync for TPMS_NV_PIN_COUNTER_PARAMETERS
impl Unpin for TPMS_NV_PIN_COUNTER_PARAMETERS
impl UnwindSafe for TPMS_NV_PIN_COUNTER_PARAMETERS
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