Struct sleef_sys::ldiv_t[][src]

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

Fields

Trait Implementations

impl Debug for ldiv_t
[src]

Formats the value using the given formatter. Read more

impl Copy for ldiv_t
[src]

impl Clone for ldiv_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ldiv_t

impl Sync for ldiv_t