Struct tss_esapi::handles::NvIndexHandle
source · pub struct NvIndexHandle { /* private fields */ }
Expand description
NV Index Handle
Represents an esys resource handle for a nv index.
Implementations§
Trait Implementations§
source§impl Clone for NvIndexHandle
impl Clone for NvIndexHandle
source§fn clone(&self) -> NvIndexHandle
fn clone(&self) -> NvIndexHandle
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 Debug for NvIndexHandle
impl Debug for NvIndexHandle
source§impl From<AuthHandle> for NvIndexHandle
impl From<AuthHandle> for NvIndexHandle
source§fn from(handle_other: AuthHandle) -> NvIndexHandle
fn from(handle_other: AuthHandle) -> NvIndexHandle
Converts to this type from the input type.
source§impl From<NvIndexHandle> for AuthHandle
impl From<NvIndexHandle> for AuthHandle
source§fn from(handle_self: NvIndexHandle) -> AuthHandle
fn from(handle_self: NvIndexHandle) -> AuthHandle
Converts to this type from the input type.
source§impl From<NvIndexHandle> for ObjectHandle
impl From<NvIndexHandle> for ObjectHandle
source§fn from(handle_self: NvIndexHandle) -> ObjectHandle
fn from(handle_self: NvIndexHandle) -> ObjectHandle
Converts to this type from the input type.
source§impl From<NvIndexHandle> for ESYS_TR
impl From<NvIndexHandle> for ESYS_TR
source§fn from(handle: NvIndexHandle) -> ESYS_TR
fn from(handle: NvIndexHandle) -> ESYS_TR
Converts to this type from the input type.
source§impl From<ObjectHandle> for NvIndexHandle
impl From<ObjectHandle> for NvIndexHandle
source§fn from(handle_other: ObjectHandle) -> NvIndexHandle
fn from(handle_other: ObjectHandle) -> NvIndexHandle
Converts to this type from the input type.
source§impl From<u32> for NvIndexHandle
impl From<u32> for NvIndexHandle
source§fn from(tss_esys_object_handle: ESYS_TR) -> NvIndexHandle
fn from(tss_esys_object_handle: ESYS_TR) -> NvIndexHandle
Converts to this type from the input type.
source§impl Hash for NvIndexHandle
impl Hash for NvIndexHandle
source§impl PartialEq for NvIndexHandle
impl PartialEq for NvIndexHandle
source§fn eq(&self, other: &NvIndexHandle) -> bool
fn eq(&self, other: &NvIndexHandle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NvIndexHandle
impl Eq for NvIndexHandle
impl StructuralPartialEq for NvIndexHandle
Auto Trait Implementations§
impl Freeze for NvIndexHandle
impl RefUnwindSafe for NvIndexHandle
impl Send for NvIndexHandle
impl Sync for NvIndexHandle
impl Unpin for NvIndexHandle
impl UnwindSafe for NvIndexHandle
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