Struct winapi::d3d9types::D3DBOX [] [src]

pub struct D3DBOX {
    pub Left: UINT,
    pub Top: UINT,
    pub Right: UINT,
    pub Bottom: UINT,
    pub Front: UINT,
    pub Back: UINT,
}

Fields

Left
Top
Right
Bottom
Front
Back

Trait Implementations

Derived Implementations

impl Debug for D3DBOX

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

impl Copy for D3DBOX

impl Clone for D3DBOX

fn clone(&self) -> D3DBOX

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