Struct libcryptsetup_rs::CryptKeyfileContents
source · [−]pub struct CryptKeyfileContents { /* private fields */ }
Expand description
Contents of a keyfile that have been read
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CryptKeyfileContents
impl Send for CryptKeyfileContents
impl !Sync for CryptKeyfileContents
impl Unpin for CryptKeyfileContents
impl UnwindSafe for CryptKeyfileContents
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