#[repr(C)]pub struct _ldiv_t {
pub quot: c_long,
pub rem: c_long,
}
Fields§
§quot: c_long
§rem: c_long
Trait Implementations§
Source§impl Ord for _ldiv_t
impl Ord for _ldiv_t
Source§impl PartialOrd for _ldiv_t
impl PartialOrd for _ldiv_t
impl Copy for _ldiv_t
impl Eq for _ldiv_t
impl StructuralPartialEq for _ldiv_t
Auto Trait Implementations§
impl Freeze for _ldiv_t
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