Struct libflycapture2_sys::_fc2LUTData [] [src]

#[repr(C)]
pub struct _fc2LUTData { pub supported: BOOL, pub enabled: BOOL, pub numBanks: c_uint, pub numChannels: c_uint, pub inputBitDepth: c_uint, pub outputBitDepth: c_uint, pub numEntries: c_uint, pub reserved: [c_uint; 8], }

Fields

Trait Implementations

impl Copy for _fc2LUTData
[src]

impl Clone for _fc2LUTData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _fc2LUTData
[src]

Formats the value using the given formatter.

impl Default for _fc2LUTData
[src]

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