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