Union windows_sys::Win32::Graphics::Gdi::DEVMODEA_1
#[repr(C)]
pub union DEVMODEA_1 {
pub dmDisplayFlags: u32,
pub dmNup: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§dmDisplayFlags: u32
§dmNup: u32
Trait Implementations§
§impl Clone for DEVMODEA_1
impl Clone for DEVMODEA_1
impl Copy for DEVMODEA_1
Auto Trait Implementations§
impl RefUnwindSafe for DEVMODEA_1
impl Send for DEVMODEA_1
impl Sync for DEVMODEA_1
impl Unpin for DEVMODEA_1
impl UnwindSafe for DEVMODEA_1
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