#[repr(C)]pub struct ldiv_t {
pub quot: c_long,
pub rem: c_long,
}Fields§
§quot: c_long§rem: c_longTrait Implementations§
Source§impl Ord for ldiv_t
impl Ord for ldiv_t
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
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 UnsafeUnpin 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