Struct vlfeat_sys::ldiv_t [] [src]

#[repr(C)]
pub struct ldiv_t { pub quot: c_long, pub rem: c_long, }

Fields

Trait Implementations

impl Debug for ldiv_t
[src]

Formats the value using the given formatter.

impl Copy for ldiv_t
[src]

impl Clone for ldiv_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more