Struct libcryptsetup_rs::CryptDeactivateFlags
source · [−]pub struct CryptDeactivateFlags(_);
Expand description
Set of flags for crypt deactivate operations
Implementations
Trait Implementations
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more