#[repr(C)]pub struct ldiv_t {
pub quot: c_long,
pub rem: c_long,
}
Fields§
§quot: c_long
§rem: c_long
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ldiv_t
impl Send for ldiv_t
impl Sync for ldiv_t
impl Unpin for ldiv_t
impl UnwindSafe for ldiv_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