#[repr(C)]pub struct _lldiv_t {
pub quot: c_longlong,
pub rem: c_longlong,
}Fields§
§quot: c_longlong§rem: c_longlongtrait 实现§
impl Copy for _lldiv_t
impl Eq for _lldiv_t
impl StructuralPartialEq for _lldiv_t
自动 trait 实现§
impl Freeze for _lldiv_t
impl RefUnwindSafe for _lldiv_t
impl Send for _lldiv_t
impl Sync for _lldiv_t
impl Unpin for _lldiv_t
impl UnsafeUnpin for _lldiv_t
impl UnwindSafe for _lldiv_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
从拥有的值可变地借用。 阅读更多