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. |