Struct libcryptsetup_rs::CryptTcryptFlags
source · [−]pub struct CryptTcryptFlags(_);
Expand description
Set of flags for tcrypt format
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CryptTcryptFlags
impl Send for CryptTcryptFlags
impl Sync for CryptTcryptFlags
impl Unpin for CryptTcryptFlags
impl UnwindSafe for CryptTcryptFlags
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