#[repr(C)]pub struct _LONGDOUBLE {
pub x: f64,
}
Fields§
§x: f64
Trait Implementations§
Source§impl Clone for _LONGDOUBLE
impl Clone for _LONGDOUBLE
Source§fn clone(&self) -> _LONGDOUBLE
fn clone(&self) -> _LONGDOUBLE
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 _LONGDOUBLE
impl Debug for _LONGDOUBLE
Source§impl PartialEq for _LONGDOUBLE
impl PartialEq for _LONGDOUBLE
Source§impl PartialOrd for _LONGDOUBLE
impl PartialOrd for _LONGDOUBLE
impl Copy for _LONGDOUBLE
impl StructuralPartialEq for _LONGDOUBLE
Auto Trait Implementations§
impl Freeze for _LONGDOUBLE
impl RefUnwindSafe for _LONGDOUBLE
impl Send for _LONGDOUBLE
impl Sync for _LONGDOUBLE
impl Unpin for _LONGDOUBLE
impl UnwindSafe for _LONGDOUBLE
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