Struct tss_esapi::structures::TaggedProperty
source · [−]pub struct TaggedProperty { /* private fields */ }Expand description
Implementations
sourceimpl 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
sourceimpl Clone for TaggedProperty
impl Clone for TaggedProperty
sourcefn clone(&self) -> TaggedProperty
fn clone(&self) -> TaggedProperty
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for TaggedProperty
impl Debug for TaggedProperty
sourceimpl From<TaggedProperty> for TPMS_TAGGED_PROPERTY
impl From<TaggedProperty> for TPMS_TAGGED_PROPERTY
sourcefn from(tagged_property: TaggedProperty) -> Self
fn from(tagged_property: TaggedProperty) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<TaggedProperty> for TaggedProperty
impl PartialEq<TaggedProperty> for TaggedProperty
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &TaggedProperty) -> bool
fn ne(&self, other: &TaggedProperty) -> bool
This method tests for !=.
sourceimpl TryFrom<TPMS_TAGGED_PROPERTY> for TaggedProperty
impl TryFrom<TPMS_TAGGED_PROPERTY> for TaggedProperty
impl Copy for TaggedProperty
impl Eq for TaggedProperty
impl StructuralEq for TaggedProperty
impl StructuralPartialEq for TaggedProperty
Auto Trait Implementations
impl RefUnwindSafe for TaggedProperty
impl Send for TaggedProperty
impl Sync for TaggedProperty
impl Unpin for TaggedProperty
impl UnwindSafe for TaggedProperty
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