pub struct EwfPassword { /* private fields */ }Expand description
Password bytes supplied for one encrypted EWF image open attempt.
The password owns its byte allocation and zeroizes that allocation when it
is dropped. Its Debug representation is always redacted.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EwfPassword
impl RefUnwindSafe for EwfPassword
impl Send for EwfPassword
impl Sync for EwfPassword
impl Unpin for EwfPassword
impl UnsafeUnpin for EwfPassword
impl UnwindSafe for EwfPassword
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more