Struct windows_sys::Win32::Graphics::DirectDraw::DDMONITORINFO
[−]#[repr(C)]pub struct DDMONITORINFO {
pub Manufacturer: u16,
pub Product: u16,
pub SerialNumber: u32,
pub DeviceIdentifier: GUID,
pub Mode640x480: i32,
pub Mode800x600: i32,
pub Mode1024x768: i32,
pub Mode1280x1024: i32,
pub Mode1600x1200: i32,
pub ModeReserved1: i32,
pub ModeReserved2: i32,
pub ModeReserved3: i32,
}
Expand description
Required features: ‘Win32_Graphics_DirectDraw’
Fields
Manufacturer: u16
Product: u16
SerialNumber: u32
DeviceIdentifier: GUID
Mode640x480: i32
Mode800x600: i32
Mode1024x768: i32
Mode1280x1024: i32
Mode1600x1200: i32
ModeReserved1: i32
ModeReserved2: i32
ModeReserved3: i32
Trait Implementations
impl Clone for DDMONITORINFO
impl Clone for DDMONITORINFO
impl Copy for DDMONITORINFO
Auto Trait Implementations
impl RefUnwindSafe for DDMONITORINFO
impl Send for DDMONITORINFO
impl Sync for DDMONITORINFO
impl Unpin for DDMONITORINFO
impl UnwindSafe for DDMONITORINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more