Union windows_sys::Win32::Graphics::Gdi::DEVMODEW_1
[−]Expand description
Required features: "Win32_Graphics_Gdi"
, "Win32_Foundation"
Fields
dmDisplayFlags: u32
dmNup: u32
Trait Implementations
impl Clone for DEVMODEW_1
impl Clone for DEVMODEW_1
impl Copy for DEVMODEW_1
Auto Trait Implementations
impl RefUnwindSafe for DEVMODEW_1
impl Send for DEVMODEW_1
impl Sync for DEVMODEW_1
impl Unpin for DEVMODEW_1
impl UnwindSafe for DEVMODEW_1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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