Struct librdkafka_sys::imaxdiv_t [] [src]

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

Fields

Trait Implementations

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

impl Debug for imaxdiv_t
[src]

Formats the value using the given formatter.

impl Default for imaxdiv_t
[src]

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