#[repr(C)]pub struct _CRT_DOUBLE {
pub x: f64,
}Fields§
§x: f64trait 实现§
源代码§impl Clone for _CRT_DOUBLE
impl Clone for _CRT_DOUBLE
源代码§fn clone(&self) -> _CRT_DOUBLE
fn clone(&self) -> _CRT_DOUBLE
Returns a duplicate of the value. 阅读更多
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source 执行拷贝赋值。 阅读更多源代码§impl Debug for _CRT_DOUBLE
impl Debug for _CRT_DOUBLE
源代码§impl PartialEq for _CRT_DOUBLE
impl PartialEq for _CRT_DOUBLE
impl Copy for _CRT_DOUBLE
impl StructuralPartialEq for _CRT_DOUBLE
自动 trait 实现§
impl Freeze for _CRT_DOUBLE
impl RefUnwindSafe for _CRT_DOUBLE
impl Send for _CRT_DOUBLE
impl Sync for _CRT_DOUBLE
impl Unpin for _CRT_DOUBLE
impl UnsafeUnpin for _CRT_DOUBLE
impl UnwindSafe for _CRT_DOUBLE
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
从拥有的值可变地借用。 阅读更多