#[repr(C)]pub struct lldiv_t {
    pub quot: i64,
    pub rem: i64,
}Fields§
§quot: i64§rem: i64Trait 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§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more