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