Struct tss_esapi::structures::SymmetricCipherParameters
source · [−]pub struct SymmetricCipherParameters { /* private fields */ }
Expand description
Implementations
sourceimpl SymmetricCipherParameters
impl SymmetricCipherParameters
sourcepub const fn new(
symmetric_definition_object: SymmetricDefinitionObject
) -> SymmetricCipherParameters
pub const fn new(
symmetric_definition_object: SymmetricDefinitionObject
) -> SymmetricCipherParameters
Creates a new SymmetricDefinitionObject
Trait Implementations
sourceimpl Clone for SymmetricCipherParameters
impl Clone for SymmetricCipherParameters
sourcefn clone(&self) -> SymmetricCipherParameters
fn clone(&self) -> SymmetricCipherParameters
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 SymmetricCipherParameters
impl Debug for SymmetricCipherParameters
sourceimpl From<SymmetricCipherParameters> for TPMS_SYMCIPHER_PARMS
impl From<SymmetricCipherParameters> for TPMS_SYMCIPHER_PARMS
sourcefn from(
symmetric_cipher_parameters: SymmetricCipherParameters
) -> TPMS_SYMCIPHER_PARMS
fn from(
symmetric_cipher_parameters: SymmetricCipherParameters
) -> TPMS_SYMCIPHER_PARMS
Converts to this type from the input type.
sourceimpl PartialEq<SymmetricCipherParameters> for SymmetricCipherParameters
impl PartialEq<SymmetricCipherParameters> for SymmetricCipherParameters
sourcefn eq(&self, other: &SymmetricCipherParameters) -> bool
fn eq(&self, other: &SymmetricCipherParameters) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SymmetricCipherParameters) -> bool
fn ne(&self, other: &SymmetricCipherParameters) -> bool
This method tests for !=
.
sourceimpl TryFrom<Cipher> for SymmetricCipherParameters
impl TryFrom<Cipher> for SymmetricCipherParameters
sourceimpl TryFrom<TPMS_SYMCIPHER_PARMS> for SymmetricCipherParameters
impl TryFrom<TPMS_SYMCIPHER_PARMS> for SymmetricCipherParameters
sourcefn try_from(
tpms_symcipher_params: TPMS_SYMCIPHER_PARMS
) -> Result<SymmetricCipherParameters>
fn try_from(
tpms_symcipher_params: TPMS_SYMCIPHER_PARMS
) -> Result<SymmetricCipherParameters>
Performs the conversion.
impl Copy for SymmetricCipherParameters
impl Eq for SymmetricCipherParameters
impl StructuralEq for SymmetricCipherParameters
impl StructuralPartialEq for SymmetricCipherParameters
Auto Trait Implementations
impl RefUnwindSafe for SymmetricCipherParameters
impl Send for SymmetricCipherParameters
impl Sync for SymmetricCipherParameters
impl Unpin for SymmetricCipherParameters
impl UnwindSafe for SymmetricCipherParameters
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