#[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 Send for lldiv_t
impl Sync for lldiv_t
impl Unpin for lldiv_t
impl UnwindSafe for lldiv_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more