Struct windows_sys::Win32::Devices::Display::DISPLAYCONFIG_SOURCE_MODE
[−]#[repr(C)]pub struct DISPLAYCONFIG_SOURCE_MODE {
pub width: u32,
pub height: u32,
pub pixelFormat: DISPLAYCONFIG_PIXELFORMAT,
pub position: POINTL,
}Expand description
Required features: ‘Win32_Devices_Display’, ‘Win32_Foundation’
Fields
width: u32height: u32pixelFormat: DISPLAYCONFIG_PIXELFORMATposition: POINTLTrait Implementations
impl Clone for DISPLAYCONFIG_SOURCE_MODE
impl Clone for DISPLAYCONFIG_SOURCE_MODE
impl Copy for DISPLAYCONFIG_SOURCE_MODE
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more