Enum gphoto::FileOperation [] [src]

pub enum FileOperation {
    Delete,
    Preview,
    Raw,
    Audio,
    EXIF,
}

Operations that can be performed on files on a device's storage.

Variants

Delete

Files can be deleted.

Preview

Viewfinder content can be previewed.

Raw

Raw file data can be retrieved.

Audio

Audio data can be retrieved.

EXIF

EXIF data can be retrieved.

Trait Implementations

Derived Implementations

impl Hash for FileOperation

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

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

impl Copy for FileOperation

impl Clone for FileOperation

fn clone(&self) -> FileOperation

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

impl Eq for FileOperation

impl PartialEq for FileOperation

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

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

impl Debug for FileOperation

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