Struct winapi::d3d9types::D3DVIEWPORT9 [] [src]

#[repr(C)]
pub struct D3DVIEWPORT9 { pub X: DWORD, pub Y: DWORD, pub Width: DWORD, pub Height: DWORD, pub MinZ: c_float, pub MaxZ: c_float, }

Fields

Trait Implementations

impl Debug for D3DVIEWPORT9
[src]

Formats the value using the given formatter.

impl Copy for D3DVIEWPORT9
[src]

impl Clone for D3DVIEWPORT9
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more