Struct winapi::d3d9types::D3DDISPLAYMODEEX [] [src]

pub struct D3DDISPLAYMODEEX {
    pub Size: UINT,
    pub Width: UINT,
    pub Height: UINT,
    pub RefreshRate: UINT,
    pub Format: D3DFORMAT,
    pub ScanLineOrdering: D3DSCANLINEORDERING,
}

Fields

Size
Width
Height
RefreshRate
Format
ScanLineOrdering

Trait Implementations

Derived Implementations

impl Debug for D3DDISPLAYMODEEX

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

impl Copy for D3DDISPLAYMODEEX

impl Clone for D3DDISPLAYMODEEX

fn clone(&self) -> D3DDISPLAYMODEEX

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