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