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
Y
Width
Height
MinZ
MaxZ

Trait Implementations

Derived Implementations

impl Debug for D3DVIEWPORT9

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

impl Copy for D3DVIEWPORT9

impl Clone for D3DVIEWPORT9

fn clone(&self) -> D3DVIEWPORT9

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