Union windows_sys::Win32::Devices::Display::FLOAT_LONG
[−]Expand description
Required features: "Win32_Devices_Display"
Fields
e: f32
l: i32
Trait Implementations
impl Clone for FLOAT_LONG
impl Clone for FLOAT_LONG
impl Copy for FLOAT_LONG
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more