pub enum CryptWipePattern {
Zero,
Random,
EncryptedZero,
Special,
}Expand description
Pattern for disk wipe
Variants
Zero
Random
EncryptedZero
Special
Trait Implementations
sourceimpl Clone for CryptWipePattern
impl Clone for CryptWipePattern
sourcefn clone(&self) -> CryptWipePattern
fn clone(&self) -> CryptWipePattern
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CryptWipePattern
impl Debug for CryptWipePattern
sourceimpl Into<u32> for CryptWipePattern
impl Into<u32> for CryptWipePattern
sourceimpl PartialEq<CryptWipePattern> for CryptWipePattern
impl PartialEq<CryptWipePattern> for CryptWipePattern
sourceimpl TryFrom<u32> for CryptWipePattern
impl TryFrom<u32> for CryptWipePattern
impl Copy for CryptWipePattern
impl StructuralPartialEq for CryptWipePattern
Auto Trait Implementations
impl RefUnwindSafe for CryptWipePattern
impl Send for CryptWipePattern
impl Sync for CryptWipePattern
impl Unpin for CryptWipePattern
impl UnwindSafe for CryptWipePattern
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