Enum gphoto::DriverStatus [] [src]

pub enum DriverStatus {
    Production,
    Testing,
    Experimental,
    Deprecated,
}

Stability of camera driver.

Variants

Production

Driver is production ready.

Testing

Driver is beta quality.

Experimental

Driver is alpha quality and might not even work.

Deprecated

Driver is no longer recommended and will be removed.

Trait Implementations

Derived Implementations

impl Hash for DriverStatus

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

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

impl Copy for DriverStatus

impl Clone for DriverStatus

fn clone(&self) -> DriverStatus

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

impl Eq for DriverStatus

impl PartialEq for DriverStatus

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

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

impl Debug for DriverStatus

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