Enum libcryptsetup_rs::CryptKdf
source · [−]pub enum CryptKdf {
Pbkdf2,
Argon2I,
Argon2Id,
}
Expand description
Rust representation of key generator enum
Variants
Pbkdf2
Argon2I
Argon2Id
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more