Struct binaryen_sys::lldiv_t [−][src]
#[repr(C)]pub struct lldiv_t { pub quot: c_longlong, pub rem: c_longlong, }
Fields
quot: c_longlong
rem: c_longlong
Trait Implementations
impl Debug for lldiv_t[src]
impl Debug for lldiv_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 lldiv_t[src]
impl Copy for lldiv_timpl Clone for lldiv_t[src]
impl Clone for lldiv_t