Struct windows::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,
}
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
§fn clone(&self) -> DDMONITORINFO
fn clone(&self) -> DDMONITORINFO
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DDMONITORINFO
impl Debug for DDMONITORINFO
§impl Default for DDMONITORINFO
impl Default for DDMONITORINFO
§impl PartialEq for DDMONITORINFO
impl PartialEq for DDMONITORINFO
§fn eq(&self, other: &DDMONITORINFO) -> bool
fn eq(&self, other: &DDMONITORINFO) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DDMONITORINFO
impl Eq for DDMONITORINFO
impl StructuralPartialEq for DDMONITORINFO
Auto Trait Implementations§
impl Freeze for DDMONITORINFO
impl RefUnwindSafe for DDMONITORINFO
impl Send for DDMONITORINFO
impl Sync for DDMONITORINFO
impl Unpin for DDMONITORINFO
impl UnwindSafe for DDMONITORINFO
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)