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
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