Struct binaryen_sys::div_t [−][src]
Fields
quot: c_int
rem: c_int
Trait Implementations
impl Debug for div_t[src]
impl Debug for div_tfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for div_t[src]
impl Copy for div_timpl Clone for div_t[src]
impl Clone for div_t