Struct tss_esapi::attributes::algorithm::AlgorithmAttributes
source · [−]pub struct AlgorithmAttributes(pub TPMA_ALGORITHM);Expand description
Bitfield representing the algorithm attributes.
Tuple Fields
0: TPMA_ALGORITHMImplementations
Trait Implementations
sourceimpl<T> BitRange<T> for AlgorithmAttributes where
TPMA_ALGORITHM: BitRange<T>,
impl<T> BitRange<T> for AlgorithmAttributes where
TPMA_ALGORITHM: BitRange<T>,
sourceimpl Clone for AlgorithmAttributes
impl Clone for AlgorithmAttributes
sourcefn clone(&self) -> AlgorithmAttributes
fn clone(&self) -> AlgorithmAttributes
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 AlgorithmAttributes
impl Debug for AlgorithmAttributes
sourceimpl From<AlgorithmAttributes> for TPMA_ALGORITHM
impl From<AlgorithmAttributes> for TPMA_ALGORITHM
sourcefn from(algorithm_attributes: AlgorithmAttributes) -> Self
fn from(algorithm_attributes: AlgorithmAttributes) -> Self
Converts to this type from the input type.
sourceimpl From<u32> for AlgorithmAttributes
impl From<u32> for AlgorithmAttributes
sourcefn from(tpma_algorithm: TPMA_ALGORITHM) -> Self
fn from(tpma_algorithm: TPMA_ALGORITHM) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<AlgorithmAttributes> for AlgorithmAttributes
impl PartialEq<AlgorithmAttributes> for AlgorithmAttributes
sourcefn eq(&self, other: &AlgorithmAttributes) -> bool
fn eq(&self, other: &AlgorithmAttributes) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &AlgorithmAttributes) -> bool
fn ne(&self, other: &AlgorithmAttributes) -> bool
This method tests for !=.
impl Copy for AlgorithmAttributes
impl Eq for AlgorithmAttributes
impl StructuralEq for AlgorithmAttributes
impl StructuralPartialEq for AlgorithmAttributes
Auto Trait Implementations
impl RefUnwindSafe for AlgorithmAttributes
impl Send for AlgorithmAttributes
impl Sync for AlgorithmAttributes
impl Unpin for AlgorithmAttributes
impl UnwindSafe for AlgorithmAttributes
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