Enum gphoto::PortType
[−]
[src]
pub enum PortType {
Serial,
USB,
Disk,
PTPIP,
Direct,
SCSI,
Other,
}Types of ports.
Variants
Serial | Serial port. |
USB | USB port. |
Disk | Disk or local mountpoint. |
PTPIP | PTP or IP connection. |
Direct | Direct I/O on a USB mass storage device. |
SCSI | USB mass storage raw SCSI port. |
Other | Unknown port type. |