Struct libcryptsetup_rs::CryptDebug
source · [−]pub struct CryptDebug;
Expand description
Handle for backup operations on a device
Implementations
sourceimpl CryptDebug
impl CryptDebug
sourcepub fn set_debug_level(level: CryptDebugLevel)
pub fn set_debug_level(level: CryptDebugLevel)
Set library debug level
Auto Trait Implementations
impl RefUnwindSafe for CryptDebug
impl Send for CryptDebug
impl Sync for CryptDebug
impl Unpin for CryptDebug
impl UnwindSafe for CryptDebug
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