Struct libflycapture2_sys::_fc2Version [] [src]

#[repr(C)]
pub struct _fc2Version { pub major: c_uint, pub minor: c_uint, pub type_: c_uint, pub build: c_uint, }

Fields

Trait Implementations

impl Copy for _fc2Version
[src]

impl Clone for _fc2Version
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _fc2Version
[src]

Formats the value using the given formatter.

impl Default for _fc2Version
[src]

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