pub struct imaxdiv_t { /* private fields */ }Expand description
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/inttypes.h.html.
Structure type that is the type of the value returned by the imaxdiv()
function.
Auto Trait Implementations§
impl Freeze for imaxdiv_t
impl RefUnwindSafe for imaxdiv_t
impl Send for imaxdiv_t
impl Sync for imaxdiv_t
impl Unpin for imaxdiv_t
impl UnsafeUnpin for imaxdiv_t
impl UnwindSafe for imaxdiv_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