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