Struct kmod_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]

[src]

Formats the value using the given formatter. Read more

impl Copy for imaxdiv_t
[src]

impl Clone for imaxdiv_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for imaxdiv_t

impl Sync for imaxdiv_t