Struct gravity::imaxdiv_t [] [src]

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

Fields

Trait Implementations

impl Debug for imaxdiv_t
[src]

Formats the value using the given formatter.

impl Copy for imaxdiv_t
[src]

impl Clone for imaxdiv_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more