Struct tss_esapi::structures::Name
source · [−]pub struct Name { /* private fields */ }Expand description
Structure holding the data representing names
Implementations
Trait Implementations
sourceimpl AsRef<TPM2B_NAME> for Name
impl AsRef<TPM2B_NAME> for Name
sourcefn as_ref(&self) -> &TPM2B_NAME
fn as_ref(&self) -> &TPM2B_NAME
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl From<Name> for TPM2B_NAME
impl From<Name> for TPM2B_NAME
sourceimpl TryFrom<TPM2B_NAME> for Name
impl TryFrom<TPM2B_NAME> for Name
impl Eq for Name
Auto Trait Implementations
impl RefUnwindSafe for Name
impl Send for Name
impl Sync for Name
impl Unpin for Name
impl UnwindSafe for Name
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more