Enum libpna::CipherAlgorithm
source · pub enum CipherAlgorithm {
Aes,
Camellia,
}Expand description
Cipher algorithm.
Variants§
Trait Implementations§
source§impl Clone for CipherAlgorithm
impl Clone for CipherAlgorithm
source§fn clone(&self) -> CipherAlgorithm
fn clone(&self) -> CipherAlgorithm
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 CipherAlgorithm
impl Debug for CipherAlgorithm
source§impl Hash for CipherAlgorithm
impl Hash for CipherAlgorithm
source§impl Ord for CipherAlgorithm
impl Ord for CipherAlgorithm
source§fn cmp(&self, other: &CipherAlgorithm) -> Ordering
fn cmp(&self, other: &CipherAlgorithm) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for CipherAlgorithm
impl PartialEq for CipherAlgorithm
source§impl PartialOrd for CipherAlgorithm
impl PartialOrd for CipherAlgorithm
impl Copy for CipherAlgorithm
impl Eq for CipherAlgorithm
impl StructuralPartialEq for CipherAlgorithm
Auto Trait Implementations§
impl Freeze for CipherAlgorithm
impl RefUnwindSafe for CipherAlgorithm
impl Send for CipherAlgorithm
impl Sync for CipherAlgorithm
impl Unpin for CipherAlgorithm
impl UnwindSafe for CipherAlgorithm
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)