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