Struct libflycapture2_sys::_fc2PNGOption [] [src]

#[repr(C)]
pub struct _fc2PNGOption { pub interlaced: BOOL, pub compressionLevel: c_uint, pub reserved: [c_uint; 16], }

Fields

Trait Implementations

impl Copy for _fc2PNGOption
[src]

impl Clone for _fc2PNGOption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _fc2PNGOption
[src]

Formats the value using the given formatter.

impl Default for _fc2PNGOption
[src]

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