Struct ndk_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
Auto Trait Implementations
impl RefUnwindSafe for lldiv_t
impl UnwindSafe for lldiv_t
Blanket Implementations
Mutably borrows from an owned value. Read more