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

#[repr(C)]
pub struct D3DDISPLAYMODE { pub Width: UINT, pub Height: UINT, pub RefreshRate: UINT, pub Format: D3DFORMAT, }

Fields

Trait Implementations

impl Debug for D3DDISPLAYMODE
[src]

Formats the value using the given formatter.

impl Copy for D3DDISPLAYMODE
[src]

impl Clone for D3DDISPLAYMODE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more