Struct rpgffi::ldiv_t [] [src]

#[repr(C)]
pub struct ldiv_t { pub quot: c_long, pub rem: c_long, }

Fields

Trait Implementations

impl Copy for ldiv_t
[src]

impl Clone for ldiv_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more