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<TaggedProperty> for TaggedProperty
impl PartialEq<TaggedProperty> 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 ==.