Struct libflycapture2_sys::_fc2Config [] [src]

#[repr(C)]
pub struct _fc2Config { pub numBuffers: c_uint, pub numImageNotifications: c_uint, pub minNumImageNotifications: c_uint, pub grabTimeout: c_int, pub grabMode: fc2GrabMode, pub isochBusSpeed: fc2BusSpeed, pub asyncBusSpeed: fc2BusSpeed, pub bandwidthAllocation: fc2BandwidthAllocation, pub registerTimeoutRetries: c_uint, pub registerTimeout: c_uint, pub reserved: [c_uint; 16], }

Fields

Trait Implementations

impl Copy for _fc2Config
[src]

impl Clone for _fc2Config
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _fc2Config
[src]

Formats the value using the given formatter.

impl Default for _fc2Config
[src]

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