Enum libflycapture2_sys::_fc2VideoMode [] [src]

#[repr(u32)]
pub enum _fc2VideoMode { FC2_VIDEOMODE_160x120YUV444, FC2_VIDEOMODE_320x240YUV422, FC2_VIDEOMODE_640x480YUV411, FC2_VIDEOMODE_640x480YUV422, FC2_VIDEOMODE_640x480RGB, FC2_VIDEOMODE_640x480Y8, FC2_VIDEOMODE_640x480Y16, FC2_VIDEOMODE_800x600YUV422, FC2_VIDEOMODE_800x600RGB, FC2_VIDEOMODE_800x600Y8, FC2_VIDEOMODE_800x600Y16, FC2_VIDEOMODE_1024x768YUV422, FC2_VIDEOMODE_1024x768RGB, FC2_VIDEOMODE_1024x768Y8, FC2_VIDEOMODE_1024x768Y16, FC2_VIDEOMODE_1280x960YUV422, FC2_VIDEOMODE_1280x960RGB, FC2_VIDEOMODE_1280x960Y8, FC2_VIDEOMODE_1280x960Y16, FC2_VIDEOMODE_1600x1200YUV422, FC2_VIDEOMODE_1600x1200RGB, FC2_VIDEOMODE_1600x1200Y8, FC2_VIDEOMODE_1600x1200Y16, FC2_VIDEOMODE_FORMAT7, FC2_NUM_VIDEOMODES, FC2_VIDEOMODE_FORCE_32BITS, }

Variants

Trait Implementations

impl Copy for _fc2VideoMode
[src]

impl Clone for _fc2VideoMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _fc2VideoMode
[src]

Formats the value using the given formatter.