Struct libcryptsetup_rs::CryptVolumeKey
source · [−]pub struct CryptVolumeKey<'a> { /* private fields */ }
Expand description
Handle for volume key operations
Implementations
sourceimpl<'a> CryptVolumeKey<'a>
impl<'a> CryptVolumeKey<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for CryptVolumeKey<'a>
impl<'a> !Send for CryptVolumeKey<'a>
impl<'a> !Sync for CryptVolumeKey<'a>
impl<'a> Unpin for CryptVolumeKey<'a>
impl<'a> !UnwindSafe for CryptVolumeKey<'a>
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