#[repr(C)]pub struct DISPLAYCONFIG_SOURCE_MODE {
pub width: UINT32,
pub height: UINT32,
pub pixelFormat: DISPLAYCONFIG_PIXELFORMAT,
pub position: POINTL,
}
Fields§
§width: UINT32
§height: UINT32
§pixelFormat: DISPLAYCONFIG_PIXELFORMAT
§position: POINTL
Trait Implementations§
Source§impl Clone for DISPLAYCONFIG_SOURCE_MODE
impl Clone for DISPLAYCONFIG_SOURCE_MODE
Source§fn clone(&self) -> DISPLAYCONFIG_SOURCE_MODE
fn clone(&self) -> DISPLAYCONFIG_SOURCE_MODE
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 moreSource§impl Debug for DISPLAYCONFIG_SOURCE_MODE
impl Debug for DISPLAYCONFIG_SOURCE_MODE
Source§impl Ord for DISPLAYCONFIG_SOURCE_MODE
impl Ord for DISPLAYCONFIG_SOURCE_MODE
Source§fn cmp(&self, other: &DISPLAYCONFIG_SOURCE_MODE) -> Ordering
fn cmp(&self, other: &DISPLAYCONFIG_SOURCE_MODE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for DISPLAYCONFIG_SOURCE_MODE
impl PartialOrd for DISPLAYCONFIG_SOURCE_MODE
impl Copy for DISPLAYCONFIG_SOURCE_MODE
impl Eq for DISPLAYCONFIG_SOURCE_MODE
impl StructuralPartialEq for DISPLAYCONFIG_SOURCE_MODE
Auto Trait Implementations§
impl Freeze for DISPLAYCONFIG_SOURCE_MODE
impl RefUnwindSafe for DISPLAYCONFIG_SOURCE_MODE
impl Send for DISPLAYCONFIG_SOURCE_MODE
impl Sync for DISPLAYCONFIG_SOURCE_MODE
impl Unpin for DISPLAYCONFIG_SOURCE_MODE
impl UnwindSafe for DISPLAYCONFIG_SOURCE_MODE
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