Struct maskedvbyte_sys::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. Read more

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

Auto Trait Implementations

impl Send for imaxdiv_t

impl Sync for imaxdiv_t