Struct libcryptsetup_rs::CryptDeactivateFlags
source · [−]pub struct CryptDeactivateFlags(_);Expand description
Set of flags for crypt deactivate operations
Implementations
Trait Implementations
sourceimpl Into<u32> for CryptDeactivateFlags
impl Into<u32> for CryptDeactivateFlags
Auto Trait Implementations
impl RefUnwindSafe for CryptDeactivateFlags
impl Send for CryptDeactivateFlags
impl Sync for CryptDeactivateFlags
impl Unpin for CryptDeactivateFlags
impl UnwindSafe for CryptDeactivateFlags
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