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