Enum gphoto::StorageType [] [src]

pub enum StorageType {
    FixedRom,
    RemovableRom,
    FixedRam,
    RemoveableRam,
    Unknown,
}

Types of storage hardware.

Variants

FixedRom

A fixed ROM storage.

RemovableRom

A removable ROM storage.

FixedRam

A fixed RAM storage.

RemoveableRam

A removable RAM storage.

This includes any kind of removable cards (SD card, CompactFlash, etc).

Unknown

Unknown storage type.

Trait Implementations

Derived Implementations

impl Debug for StorageType

fn fmt(&self, __arg_0: &mut Formatter) -> Result