Struct win_crypto_ng::symmetric::DesX
source · pub struct DesX;
Expand description
The extended data encryption standard symmetric encryption algorithm.
Standard: None.
Trait Implementations§
source§impl Algorithm for DesX
impl Algorithm for DesX
const ID: Option<SymmetricAlgorithmId> = _
fn id(&self) -> SymmetricAlgorithmId
source§impl PartialEq<DesX> for DesX
impl PartialEq<DesX> for DesX
impl Copy for DesX
impl Eq for DesX
impl StructuralEq for DesX
impl StructuralPartialEq for DesX
Auto Trait Implementations§
impl RefUnwindSafe for DesX
impl Send for DesX
impl Sync for DesX
impl Unpin for DesX
impl UnwindSafe for DesX
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