pub enum InterfaceMode {
Show 17 variants
IbmpcDd,
IbmpcHd,
AtaristDd,
AtaristHd,
AmigaDd,
AmigaHd,
CpcDd,
GenericShugartDd,
IbmpcEd,
Msx2Dd,
C64Dd,
EmuShugart,
S950Dd,
S950Hd,
S950DdHd,
IbmpcDdHd,
Quickdisk,
}Expand description
Floppy disk interface mode.
Represents the different interface modes supported by the HxC library. This enum is automatically generated from floppy_ifmode.c.
Variants§
IbmpcDd
IBMPC_DD_FLOPPYMODE - PC Interface (720KB/DD Disk)
IbmpcHd
IBMPC_HD_FLOPPYMODE - PC Interface (1.44MB/HD Disk)
AtaristDd
ATARIST_DD_FLOPPYMODE - Atari Interface (720KB/DD Disk)
AtaristHd
ATARIST_HD_FLOPPYMODE - Atari Interface (1.44MB/HD Disk)
AmigaDd
AMIGA_DD_FLOPPYMODE - Amiga Interface (880KB/DD)
AmigaHd
AMIGA_HD_FLOPPYMODE - Amiga Interface (1.76MB/HD)
CpcDd
CPC_DD_FLOPPYMODE - Amstrad CPC Interface
GenericShugartDd
GENERIC_SHUGART_DD_FLOPPYMODE - Shugart Interface
IbmpcEd
IBMPC_ED_FLOPPYMODE - PC Interface (2.88MB/ED Disk)
Msx2Dd
MSX2_DD_FLOPPYMODE - MSX Interface
C64Dd
C64_DD_FLOPPYMODE - C64 Interface
EmuShugart
EMU_SHUGART_FLOPPYMODE - E-mu Interface
S950Dd
S950_DD_FLOPPYMODE - Akai S900/S950 Interface (800KB/DD Disk)
S950Hd
S950_HD_FLOPPYMODE - Akai S950 Interface (1.6MB/HD Disk)
S950DdHd
S950_DD_HD_FLOPPYMODE - Akai S950 Interface (Automatic density selection)
IbmpcDdHd
IBMPC_DD_HD_FLOPPYMODE - PC Interface (Automatic density selection)
Quickdisk
QUICKDISK_FLOPPYMODE - Quickdisk Interface
Implementations§
Source§impl InterfaceMode
impl InterfaceMode
Trait Implementations§
Source§impl Clone for InterfaceMode
impl Clone for InterfaceMode
Source§fn clone(&self) -> InterfaceMode
fn clone(&self) -> InterfaceMode
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more