Enum gphoto::DeviceType [] [src]

pub enum DeviceType {
    Camera,
    Audio,
}

Types of devices.

Variants

Camera

Still camera.

Audio

Audio player.

Trait Implementations

Derived Implementations

impl Hash for DeviceType

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Copy for DeviceType

impl Clone for DeviceType

fn clone(&self) -> DeviceType

fn clone_from(&mut self, source: &Self)

impl Eq for DeviceType

impl PartialEq for DeviceType

fn eq(&self, __arg_0: &DeviceType) -> bool

fn ne(&self, __arg_0: &DeviceType) -> bool

impl Debug for DeviceType

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