Struct tss_esapi::structures::Name
source · pub struct Name { /* private fields */ }
Expand description
Structure holding the data representing names
Implementations§
Trait Implementations§
source§impl AsRef<TPM2B_NAME> for Name
impl AsRef<TPM2B_NAME> for Name
source§fn as_ref(&self) -> &TPM2B_NAME
fn as_ref(&self) -> &TPM2B_NAME
Converts this type into a shared reference of the (usually inferred) input type.
source§impl From<Name> for TPM2B_NAME
impl From<Name> for TPM2B_NAME
source§impl PartialEq for Name
impl PartialEq for Name
source§impl TryFrom<TPM2B_NAME> for Name
impl TryFrom<TPM2B_NAME> for Name
impl Eq for Name
Auto Trait Implementations§
impl Freeze for Name
impl RefUnwindSafe for Name
impl Send for Name
impl Sync for Name
impl Unpin for Name
impl UnwindSafe for Name
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