Struct windows_sys::Win32::Devices::Display::DisplayMode
#[repr(C)]pub struct DisplayMode {
pub DeviceName: [u16; 32],
pub devMode: DEVMODEW,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields§
§DeviceName: [u16; 32]
§devMode: DEVMODEW
Trait Implementations§
§impl Clone for DisplayMode
impl Clone for DisplayMode
impl Copy for DisplayMode
Auto Trait Implementations§
impl RefUnwindSafe for DisplayMode
impl Send for DisplayMode
impl Sync for DisplayMode
impl Unpin for DisplayMode
impl UnwindSafe for DisplayMode
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