Struct libflycapture2_sys::_fc2Image [] [src]

#[repr(C)]
pub struct _fc2Image { pub rows: c_uint, pub cols: c_uint, pub stride: c_uint, pub pData: *mut c_uchar, pub dataSize: c_uint, pub receivedDataSize: c_uint, pub format: fc2PixelFormat, pub bayerFormat: fc2BayerTileFormat, pub imageImpl: fc2ImageImpl, }

Fields

Trait Implementations

impl Copy for _fc2Image
[src]

impl Clone for _fc2Image
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _fc2Image
[src]

Formats the value using the given formatter.

impl Default for _fc2Image
[src]

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