Enum gphoto::DeviceType
[−]
[src]
pub enum DeviceType {
Camera,
Audio,
}Types of devices.
Variants
Camera | Still camera. |
Audio | Audio player. |
pub enum DeviceType {
Camera,
Audio,
}Types of devices.
Camera | Still camera. |
Audio | Audio player. |
impl Hash for DeviceTypefn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl Copy for DeviceTypeimpl Clone for DeviceTypefn clone(&self) -> DeviceTypefn clone_from(&mut self, source: &Self)impl Eq for DeviceTypeimpl PartialEq for DeviceTypefn eq(&self, __arg_0: &DeviceType) -> boolfn ne(&self, __arg_0: &DeviceType) -> boolimpl Debug for DeviceType