Struct binaryen::ffi::lldiv_t[][src]

#[repr(C)]
pub struct lldiv_t { pub quot: i64, pub rem: i64, }

Fields

Trait Implementations

impl Clone for lldiv_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for lldiv_t
[src]

Formats the value using the given formatter. Read more

impl Copy for lldiv_t
[src]

Auto Trait Implementations

impl Send for lldiv_t

impl Sync for lldiv_t