Struct libflycapture2_sys::lldiv_t [] [src]

#[repr(C)]
pub struct lldiv_t { pub quot: c_longlong, pub rem: c_longlong, }

Fields

Trait Implementations

impl Copy for lldiv_t
[src]

impl Clone for lldiv_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for lldiv_t
[src]

Formats the value using the given formatter.

impl Default for lldiv_t
[src]

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