Struct tss_esapi::structures::TaggedProperty
source · pub struct TaggedProperty { /* private fields */ }
Expand description
Implementations§
source§impl TaggedProperty
impl TaggedProperty
sourcepub const fn new(property: PropertyTag, value: u32) -> Self
pub const fn new(property: PropertyTag, value: u32) -> Self
Creates a new TaggedProperty
sourcepub const fn property(&self) -> PropertyTag
pub const fn property(&self) -> PropertyTag
Returns the property tag
Trait Implementations§
source§impl Clone for TaggedProperty
impl Clone for TaggedProperty
source§fn clone(&self) -> TaggedProperty
fn clone(&self) -> TaggedProperty
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 TaggedProperty
impl Debug for TaggedProperty
source§impl From<TaggedProperty> for TPMS_TAGGED_PROPERTY
impl From<TaggedProperty> for TPMS_TAGGED_PROPERTY
source§fn from(tagged_property: TaggedProperty) -> Self
fn from(tagged_property: TaggedProperty) -> Self
Converts to this type from the input type.
source§impl PartialEq for TaggedProperty
impl PartialEq for TaggedProperty
source§fn eq(&self, other: &TaggedProperty) -> bool
fn eq(&self, other: &TaggedProperty) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<TPMS_TAGGED_PROPERTY> for TaggedProperty
impl TryFrom<TPMS_TAGGED_PROPERTY> for TaggedProperty
impl Copy for TaggedProperty
impl Eq for TaggedProperty
impl StructuralPartialEq for TaggedProperty
Auto Trait Implementations§
impl Freeze for TaggedProperty
impl RefUnwindSafe for TaggedProperty
impl Send for TaggedProperty
impl Sync for TaggedProperty
impl Unpin for TaggedProperty
impl UnwindSafe for TaggedProperty
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