#[repr(C)]
pub union _ldouble_val {
pub _Sh: [c_ushort; 4],
pub _Val: f64,
}
Fields§
§_Sh: [c_ushort; 4]
§_Val: f64
Trait Implementations§
Source§impl Clone for _ldouble_val
impl Clone for _ldouble_val
Source§fn clone(&self) -> _ldouble_val
fn clone(&self) -> _ldouble_val
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 moreimpl Copy for _ldouble_val
Auto Trait Implementations§
impl Freeze for _ldouble_val
impl RefUnwindSafe for _ldouble_val
impl Send for _ldouble_val
impl Sync for _ldouble_val
impl Unpin for _ldouble_val
impl UnwindSafe for _ldouble_val
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