Struct windows_sys::Win32::Graphics::Dxgi::DXGI_OUTPUT_DESC
[−]#[repr(C)]pub struct DXGI_OUTPUT_DESC {
pub DeviceName: [u16; 32],
pub DesktopCoordinates: RECT,
pub AttachedToDesktop: BOOL,
pub Rotation: DXGI_MODE_ROTATION,
pub Monitor: HMONITOR,
}
Expand description
Required features: "Win32_Graphics_Dxgi"
, "Win32_Foundation"
, "Win32_Graphics_Dxgi_Common"
, "Win32_Graphics_Gdi"
Fields
DeviceName: [u16; 32]
DesktopCoordinates: RECT
AttachedToDesktop: BOOL
Rotation: DXGI_MODE_ROTATION
Monitor: HMONITOR
Trait Implementations
impl Clone for DXGI_OUTPUT_DESC
impl Clone for DXGI_OUTPUT_DESC
impl Copy for DXGI_OUTPUT_DESC
Auto Trait Implementations
impl RefUnwindSafe for DXGI_OUTPUT_DESC
impl Send for DXGI_OUTPUT_DESC
impl Sync for DXGI_OUTPUT_DESC
impl Unpin for DXGI_OUTPUT_DESC
impl UnwindSafe for DXGI_OUTPUT_DESC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more