Struct TPMVSCMGR_STATUS
#[repr(transparent)]pub struct TPMVSCMGR_STATUS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for TPMVSCMGR_STATUS
impl Clone for TPMVSCMGR_STATUS
§fn clone(&self) -> TPMVSCMGR_STATUS
fn clone(&self) -> TPMVSCMGR_STATUS
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 more§impl Debug for TPMVSCMGR_STATUS
impl Debug for TPMVSCMGR_STATUS
§impl Default for TPMVSCMGR_STATUS
impl Default for TPMVSCMGR_STATUS
§fn default() -> TPMVSCMGR_STATUS
fn default() -> TPMVSCMGR_STATUS
Returns the “default value” for a type. Read more
§impl PartialEq for TPMVSCMGR_STATUS
impl PartialEq for TPMVSCMGR_STATUS
impl Copy for TPMVSCMGR_STATUS
impl Eq for TPMVSCMGR_STATUS
impl StructuralPartialEq for TPMVSCMGR_STATUS
Auto Trait Implementations§
impl Freeze for TPMVSCMGR_STATUS
impl RefUnwindSafe for TPMVSCMGR_STATUS
impl Send for TPMVSCMGR_STATUS
impl Sync for TPMVSCMGR_STATUS
impl Unpin for TPMVSCMGR_STATUS
impl UnwindSafe for TPMVSCMGR_STATUS
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