Struct posix::inttypes::imaxdiv_t [-] [+] [src]

pub struct imaxdiv_t {
    pub quot: long_t,
    pub rem: long_t,
}

Fields

quot
rem

Methods

impl imaxdiv_t

fn new() -> imaxdiv_t

Trait Implementations

Derived Implementations

impl Copy for imaxdiv_t