pub enum WriteFormat {
Ewf1Physical,
Ewf1Logical,
Ewf1Smart,
Ewf2Physical,
Ewf2Logical,
}Expand description
Output EWF format selected for writing.
Variants§
Ewf1Physical
EWF1 physical .E01 output.
Ewf1Logical
EWF1 logical .L01 output.
Ewf1Smart
EWF1 SMART .S01 output.
Ewf2Physical
EWF2 physical .Ex01 output.
Ewf2Logical
EWF2 logical .Lx01 output.
Trait Implementations§
Source§impl Clone for WriteFormat
impl Clone for WriteFormat
Source§fn clone(&self) -> WriteFormat
fn clone(&self) -> WriteFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WriteFormat
Source§impl Debug for WriteFormat
impl Debug for WriteFormat
Source§impl Default for WriteFormat
impl Default for WriteFormat
Source§fn default() -> WriteFormat
fn default() -> WriteFormat
Returns the “default value” for a type. Read more
impl Eq for WriteFormat
Source§impl PartialEq for WriteFormat
impl PartialEq for WriteFormat
Source§fn eq(&self, other: &WriteFormat) -> bool
fn eq(&self, other: &WriteFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WriteFormat
Auto Trait Implementations§
impl Freeze for WriteFormat
impl RefUnwindSafe for WriteFormat
impl Send for WriteFormat
impl Sync for WriteFormat
impl Unpin for WriteFormat
impl UnsafeUnpin for WriteFormat
impl UnwindSafe for WriteFormat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.