#[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 duplicate 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 Default for DISPLAYCONFIG_SOURCE_MODE
impl Default for DISPLAYCONFIG_SOURCE_MODE
Source§fn default() -> DISPLAYCONFIG_SOURCE_MODE
fn default() -> DISPLAYCONFIG_SOURCE_MODE
Returns the “default value” for a type. Read more
impl Copy 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