pub enum DiskImageType {
D13,
DO,
PO,
IMG,
WOZ1,
WOZ2,
IMD,
DOT2MG,
NIB,
TD0,
}Variants§
Trait Implementations§
source§impl Clone for DiskImageType
impl Clone for DiskImageType
source§fn clone(&self) -> DiskImageType
fn clone(&self) -> DiskImageType
Returns a copy 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 Display for DiskImageType
impl Display for DiskImageType
source§impl FromStr for DiskImageType
impl FromStr for DiskImageType
source§impl PartialEq for DiskImageType
impl PartialEq for DiskImageType
impl Copy for DiskImageType
impl StructuralPartialEq for DiskImageType
Auto Trait Implementations§
impl Freeze for DiskImageType
impl RefUnwindSafe for DiskImageType
impl Send for DiskImageType
impl Sync for DiskImageType
impl Unpin for DiskImageType
impl UnwindSafe for DiskImageType
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)