Struct libflycapture2_sys::_fc2H264Option [] [src]

#[repr(C)]
pub struct _fc2H264Option { pub frameRate: f32, pub width: c_uint, pub height: c_uint, pub bitrate: c_uint, pub reserved: [c_uint; 256], }

Fields

Trait Implementations

impl Copy for _fc2H264Option
[src]

impl Clone for _fc2H264Option
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for _fc2H264Option
[src]

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