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