Struct libcryptsetup_rs::CryptRequirementFlags
source · [−]pub struct CryptRequirementFlags(_);Expand description
Set of CryptRequirementFlags
Implementations
Trait Implementations
sourceimpl Into<u32> for CryptRequirementFlags
impl Into<u32> for CryptRequirementFlags
Auto Trait Implementations
impl RefUnwindSafe for CryptRequirementFlags
impl Send for CryptRequirementFlags
impl Sync for CryptRequirementFlags
impl Unpin for CryptRequirementFlags
impl UnwindSafe for CryptRequirementFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more