Struct tss_esapi::structures::SymmetricCipherParameters
source · pub struct SymmetricCipherParameters { /* private fields */ }
Expand description
Implementations§
source§impl 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§
source§impl Clone for SymmetricCipherParameters
impl Clone for SymmetricCipherParameters
source§fn clone(&self) -> SymmetricCipherParameters
fn clone(&self) -> SymmetricCipherParameters
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 SymmetricCipherParameters
impl Debug for SymmetricCipherParameters
source§impl From<SymmetricCipherParameters> for TPMS_SYMCIPHER_PARMS
impl From<SymmetricCipherParameters> for TPMS_SYMCIPHER_PARMS
source§fn 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.
source§impl PartialEq for SymmetricCipherParameters
impl PartialEq for SymmetricCipherParameters
source§fn 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 ==
.source§impl TryFrom<Cipher> for SymmetricCipherParameters
impl TryFrom<Cipher> for SymmetricCipherParameters
source§impl TryFrom<TPMS_SYMCIPHER_PARMS> for SymmetricCipherParameters
impl TryFrom<TPMS_SYMCIPHER_PARMS> for SymmetricCipherParameters
source§fn 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 StructuralPartialEq for SymmetricCipherParameters
Auto Trait Implementations§
impl Freeze for SymmetricCipherParameters
impl RefUnwindSafe for SymmetricCipherParameters
impl Send for SymmetricCipherParameters
impl Sync for SymmetricCipherParameters
impl Unpin for SymmetricCipherParameters
impl UnwindSafe for SymmetricCipherParameters
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more