Enum libcryptsetup_rs::consts::vals::CryptKdf
source · pub enum CryptKdf {
Pbkdf2,
Argon2I,
Argon2Id,
}Expand description
Rust representation of key generator enum
Variants§
Trait Implementations§
source§impl PartialEq<CryptKdf> for CryptKdf
impl PartialEq<CryptKdf> for CryptKdf
impl Eq for CryptKdf
impl StructuralEq for CryptKdf
impl StructuralPartialEq for CryptKdf
Auto Trait Implementations§
impl RefUnwindSafe for CryptKdf
impl Send for CryptKdf
impl Sync for CryptKdf
impl Unpin for CryptKdf
impl UnwindSafe for CryptKdf
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