Struct windows_sys::Win32::Graphics::Dxgi::DXGI_MODE_DESC1
[−]#[repr(C)]pub struct DXGI_MODE_DESC1 {
pub Width: u32,
pub Height: u32,
pub RefreshRate: DXGI_RATIONAL,
pub Format: DXGI_FORMAT,
pub ScanlineOrdering: DXGI_MODE_SCANLINE_ORDER,
pub Scaling: DXGI_MODE_SCALING,
pub Stereo: BOOL,
}
Expand description
Required features: "Win32_Graphics_Dxgi"
, "Win32_Foundation"
, "Win32_Graphics_Dxgi_Common"
Fields
Width: u32
Height: u32
RefreshRate: DXGI_RATIONAL
Format: DXGI_FORMAT
ScanlineOrdering: DXGI_MODE_SCANLINE_ORDER
Scaling: DXGI_MODE_SCALING
Stereo: BOOL
Trait Implementations
impl Clone for DXGI_MODE_DESC1
impl Clone for DXGI_MODE_DESC1
impl Copy for DXGI_MODE_DESC1
Auto Trait Implementations
impl RefUnwindSafe for DXGI_MODE_DESC1
impl Send for DXGI_MODE_DESC1
impl Sync for DXGI_MODE_DESC1
impl Unpin for DXGI_MODE_DESC1
impl UnwindSafe for DXGI_MODE_DESC1
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