Union windows_sys::Win32::Devices::Display::FLOAT_LONG
#[repr(C)]
pub union FLOAT_LONG {
pub e: f32,
pub l: i32,
}
Fields§
§e: f32
§l: i32
Trait Implementations§
§impl Clone for FLOAT_LONG
impl Clone for FLOAT_LONG
§fn clone(&self) -> FLOAT_LONG
fn clone(&self) -> FLOAT_LONG
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_LONG
Auto Trait Implementations§
impl Freeze for FLOAT_LONG
impl RefUnwindSafe for FLOAT_LONG
impl Send for FLOAT_LONG
impl Sync for FLOAT_LONG
impl Unpin for FLOAT_LONG
impl UnwindSafe for FLOAT_LONG
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)