Struct mex_sys::_div_t [] [src]

#[repr(C)]
pub struct _div_t { pub quot: c_int, pub rem: c_int, }

Fields

Trait Implementations

impl Copy for _div_t
[src]

impl Clone for _div_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _div_t
[src]

Formats the value using the given formatter.

impl Default for _div_t
[src]

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