#[repr(C)]pub struct double1 {
pub x: f64,
}Fields§
§x: f64Trait Implementations§
source§impl PartialEq<double1> for double1
impl PartialEq<double1> for double1
source§impl PartialOrd<double1> for double1
impl PartialOrd<double1> for double1
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for double1
impl StructuralPartialEq for double1
Auto Trait Implementations§
impl RefUnwindSafe for double1
impl Send for double1
impl Sync for double1
impl Unpin for double1
impl UnwindSafe for double1
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