Struct tss_esapi::structures::EcDaaScheme
source · [−]pub struct EcDaaScheme { /* private fields */ }Expand description
Implementations
sourceimpl EcDaaScheme
impl EcDaaScheme
sourcepub const fn new(hashing_algorithm: HashingAlgorithm, count: u16) -> Self
pub const fn new(hashing_algorithm: HashingAlgorithm, count: u16) -> Self
Function for creating a new ECDAA scheme
sourcepub const fn hashing_algorithm(&self) -> HashingAlgorithm
pub const fn hashing_algorithm(&self) -> HashingAlgorithm
Returns the hashing algorithm of the ECDAA scheme.
Trait Implementations
sourceimpl Clone for EcDaaScheme
impl Clone for EcDaaScheme
sourcefn clone(&self) -> EcDaaScheme
fn clone(&self) -> EcDaaScheme
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 EcDaaScheme
impl Debug for EcDaaScheme
sourceimpl From<EcDaaScheme> for TPMS_SCHEME_ECDAA
impl From<EcDaaScheme> for TPMS_SCHEME_ECDAA
sourcefn from(ec_daa_scheme: EcDaaScheme) -> Self
fn from(ec_daa_scheme: EcDaaScheme) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<EcDaaScheme> for EcDaaScheme
impl PartialEq<EcDaaScheme> for EcDaaScheme
sourcefn eq(&self, other: &EcDaaScheme) -> bool
fn eq(&self, other: &EcDaaScheme) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &EcDaaScheme) -> bool
fn ne(&self, other: &EcDaaScheme) -> bool
This method tests for !=.
sourceimpl TryFrom<TPMS_SCHEME_ECDAA> for EcDaaScheme
impl TryFrom<TPMS_SCHEME_ECDAA> for EcDaaScheme
impl Copy for EcDaaScheme
impl Eq for EcDaaScheme
impl StructuralEq for EcDaaScheme
impl StructuralPartialEq for EcDaaScheme
Auto Trait Implementations
impl RefUnwindSafe for EcDaaScheme
impl Send for EcDaaScheme
impl Sync for EcDaaScheme
impl Unpin for EcDaaScheme
impl UnwindSafe for EcDaaScheme
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