Struct vips_sys::lldiv_t
[−]
[src]
#[repr(C)]pub struct lldiv_t { pub quot: c_longlong, pub rem: c_longlong, }
Fields
quot: c_longlong
rem: c_longlong
Trait Implementations
impl Debug for lldiv_t
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more