Enum cbm::disk::DiskType[][src]

pub enum DiskType {
    D64,
    D71,
    D81,
}

Disk image types.

Variants

A 1541 disk image in "D64" format.

A 1571 disk image in "D71" format.

A 1581 disk image in "D81" format.

Methods

impl DiskType
[src]

Trait Implementations

impl Clone for DiskType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DiskType
[src]

impl Debug for DiskType
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DiskType

impl Sync for DiskType