Struct winapi::d3d9types::D3DVECTOR [] [src]

pub struct D3DVECTOR {
    pub x: c_float,
    pub y: c_float,
    pub z: c_float,
}

Fields

x
y
z

Trait Implementations

Derived Implementations

impl Debug for D3DVECTOR

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

impl Copy for D3DVECTOR

impl Clone for D3DVECTOR

fn clone(&self) -> D3DVECTOR

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