Enum libflycapture2_sys::_fc2ImageFileFormat [] [src]

#[repr(i32)]
pub enum _fc2ImageFileFormat { FC2_FROM_FILE_EXT, FC2_PGM, FC2_PPM, FC2_BMP, FC2_JPEG, FC2_JPEG2000, FC2_TIFF, FC2_PNG, FC2_RAW, FC2_IMAGE_FILE_FORMAT_FORCE_32BITS, }

Variants

Trait Implementations

impl Copy for _fc2ImageFileFormat
[src]

impl Clone for _fc2ImageFileFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _fc2ImageFileFormat
[src]

Formats the value using the given formatter.