Struct winapi::d3d9types::D3DDISPLAYMODE [] [src]

pub struct D3DDISPLAYMODE {
    pub Width: UINT,
    pub Height: UINT,
    pub RefreshRate: UINT,
    pub Format: D3DFORMAT,
}

Fields

Width
Height
RefreshRate
Format

Trait Implementations

Derived Implementations

impl Debug for D3DDISPLAYMODE

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for D3DDISPLAYMODE

impl Clone for D3DDISPLAYMODE

fn clone(&self) -> D3DDISPLAYMODE

fn clone_from(&mut self, source: &Self)