Struct libflycapture2_sys::_fc2Format7Info [] [src]

#[repr(C)]
pub struct _fc2Format7Info { pub mode: fc2Mode, pub maxWidth: c_uint, pub maxHeight: c_uint, pub offsetHStepSize: c_uint, pub offsetVStepSize: c_uint, pub imageHStepSize: c_uint, pub imageVStepSize: c_uint, pub pixelFormatBitField: c_uint, pub vendorPixelFormatBitField: c_uint, pub packetSize: c_uint, pub minPacketSize: c_uint, pub maxPacketSize: c_uint, pub percentage: f32, pub reserved: [c_uint; 16], }

Fields

Trait Implementations

impl Copy for _fc2Format7Info
[src]

impl Clone for _fc2Format7Info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _fc2Format7Info
[src]

Formats the value using the given formatter.

impl Default for _fc2Format7Info
[src]

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