Struct winapi::d3d9types::D3DVECTOR
[-] [+]
[src]
pub struct D3DVECTOR {
pub x: c_float,
pub y: c_float,
pub z: c_float,
}Fields
x | |
y | |
z |
pub struct D3DVECTOR {
pub x: c_float,
pub y: c_float,
pub z: c_float,
}x | |
y | |
z |
impl Debug for D3DVECTORimpl Copy for D3DVECTORimpl Clone for D3DVECTORfn clone(&self) -> D3DVECTORfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).