Struct windows_sys::Win32::Graphics::Direct3D9::D3DDISPLAYMODE
[−]#[repr(C)]pub struct D3DDISPLAYMODE {
pub Width: u32,
pub Height: u32,
pub RefreshRate: u32,
pub Format: D3DFORMAT,
}Expand description
Required features: ‘Win32_Graphics_Direct3D9’
Fields
Width: u32Height: u32RefreshRate: u32Format: D3DFORMAT