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

pub struct D3DVIEWPORT9 {
    pub X: DWORD,
    pub Y: DWORD,
    pub Width: DWORD,
    pub Height: DWORD,
    pub MinZ: c_float,
    pub MaxZ: c_float,
}

Fields

X: DWORD Y: DWORD Width: DWORD Height: DWORD MinZ: c_float MaxZ: c_float

Trait Implementations

impl Debug for D3DVIEWPORT9
[src]

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

Formats the value using the given formatter.

impl Copy for D3DVIEWPORT9
[src]

impl Clone for D3DVIEWPORT9
[src]

fn clone(&self) -> D3DVIEWPORT9

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more