#[repr(C)]pub struct DISPLAYCONFIG_2DREGION {
    pub cx: UINT32,
    pub cy: UINT32,
}Fields§
§cx: UINT32§cy: UINT32Trait 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 moreimpl Copy 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