#[repr(C)]pub struct _CRT_DOUBLE {
pub x: f64,
}
Fields§
§x: f64
Trait Implementations§
Source§impl Clone for _CRT_DOUBLE
impl Clone for _CRT_DOUBLE
Source§fn clone(&self) -> _CRT_DOUBLE
fn clone(&self) -> _CRT_DOUBLE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _CRT_DOUBLE
impl Debug for _CRT_DOUBLE
Source§impl PartialEq for _CRT_DOUBLE
impl PartialEq for _CRT_DOUBLE
Source§impl PartialOrd for _CRT_DOUBLE
impl PartialOrd for _CRT_DOUBLE
impl Copy for _CRT_DOUBLE
impl StructuralPartialEq for _CRT_DOUBLE
Auto Trait Implementations§
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 UnwindSafe for _CRT_DOUBLE
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more