#[repr(C)]pub enum crypt_wipe_pattern {
CRYPT_WIPE_ZERO = 0,
CRYPT_WIPE_RANDOM = 1,
CRYPT_WIPE_ENCRYPTED_ZERO = 2,
CRYPT_WIPE_SPECIAL = 3,
}Variants§
Trait Implementations§
Source§impl Clone for crypt_wipe_pattern
impl Clone for crypt_wipe_pattern
Source§fn clone(&self) -> crypt_wipe_pattern
fn clone(&self) -> crypt_wipe_pattern
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for crypt_wipe_pattern
impl Debug for crypt_wipe_pattern
Source§impl PartialEq for crypt_wipe_pattern
impl PartialEq for crypt_wipe_pattern
impl Copy for crypt_wipe_pattern
impl Eq for crypt_wipe_pattern
impl StructuralPartialEq for crypt_wipe_pattern
Auto Trait Implementations§
impl Freeze for crypt_wipe_pattern
impl RefUnwindSafe for crypt_wipe_pattern
impl Send for crypt_wipe_pattern
impl Sync for crypt_wipe_pattern
impl Unpin for crypt_wipe_pattern
impl UnwindSafe for crypt_wipe_pattern
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