Struct binaryen::ffi::div_t[][src]

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

Fields

Trait Implementations

impl Clone for div_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for div_t
[src]

Formats the value using the given formatter. Read more

impl Copy for div_t
[src]

Auto Trait Implementations

impl Send for div_t

impl Sync for div_t