#[repr(C)]pub struct DISPLAYCONFIG_2DREGION {
pub cx: UINT32,
pub cy: UINT32,
}
Fields§
§cx: UINT32
§cy: UINT32
Trait Implementations§
Source§impl Clone for DISPLAYCONFIG_2DREGION
impl Clone for DISPLAYCONFIG_2DREGION
Source§fn clone(&self) -> DISPLAYCONFIG_2DREGION
fn clone(&self) -> DISPLAYCONFIG_2DREGION
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_2DREGION
impl Debug for DISPLAYCONFIG_2DREGION
Source§impl Ord for DISPLAYCONFIG_2DREGION
impl Ord for DISPLAYCONFIG_2DREGION
Source§fn cmp(&self, other: &DISPLAYCONFIG_2DREGION) -> Ordering
fn cmp(&self, other: &DISPLAYCONFIG_2DREGION) -> 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 PartialEq for DISPLAYCONFIG_2DREGION
impl PartialEq for DISPLAYCONFIG_2DREGION
Source§impl PartialOrd for DISPLAYCONFIG_2DREGION
impl PartialOrd for DISPLAYCONFIG_2DREGION
impl Copy for DISPLAYCONFIG_2DREGION
impl Eq for DISPLAYCONFIG_2DREGION
impl StructuralPartialEq for DISPLAYCONFIG_2DREGION
Auto Trait Implementations§
impl Freeze for DISPLAYCONFIG_2DREGION
impl RefUnwindSafe for DISPLAYCONFIG_2DREGION
impl Send for DISPLAYCONFIG_2DREGION
impl Sync for DISPLAYCONFIG_2DREGION
impl Unpin for DISPLAYCONFIG_2DREGION
impl UnwindSafe for DISPLAYCONFIG_2DREGION
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