Struct libflycapture2_sys::_fc2Format7ImageSettings [] [src]

#[repr(C)]
pub struct _fc2Format7ImageSettings { pub mode: fc2Mode, pub offsetX: c_uint, pub offsetY: c_uint, pub width: c_uint, pub height: c_uint, pub pixelFormat: fc2PixelFormat, pub reserved: [c_uint; 8], }

Fields

Trait Implementations

impl Copy for _fc2Format7ImageSettings
[src]

impl Clone for _fc2Format7ImageSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _fc2Format7ImageSettings
[src]

Formats the value using the given formatter.

impl Default for _fc2Format7ImageSettings
[src]

Returns the "default value" for a type. Read more