Struct binaryen_sys::div_t[][src]

#[repr(C)]
pub struct div_t { pub quot: c_int, pub rem: c_int, }

Fields

Trait Implementations

impl Debug for div_t
[src]

Formats the value using the given formatter. Read more

impl Copy for div_t
[src]

impl Clone for div_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for div_t

impl Sync for div_t