Struct libcryptsetup_rs::CryptTcryptFlags
source · [−]pub struct CryptTcryptFlags(_);Expand description
Set of flags for tcrypt format
Implementations
Trait Implementations
sourceimpl<'a> Into<u32> for &'a CryptTcryptFlags
impl<'a> Into<u32> for &'a CryptTcryptFlags
sourceimpl Into<u32> for CryptTcryptFlags
impl Into<u32> for CryptTcryptFlags
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more