#[repr(C)]pub struct _div_t {
pub quot: c_int,
pub rem: c_int,
}Fields§
§quot: c_int§rem: c_inttrait 实现§
impl Copy for _div_t
impl Eq for _div_t
impl StructuralPartialEq for _div_t
自动 trait 实现§
impl Freeze for _div_t
impl RefUnwindSafe for _div_t
impl Send for _div_t
impl Sync for _div_t
impl Unpin for _div_t
impl UnsafeUnpin for _div_t
impl UnwindSafe for _div_t
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多