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 D3DVECTOR
impl Copy for D3DVECTOR
impl Clone for D3DVECTOR
fn clone(&self) -> D3DVECTOR
fn 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
).
Search functions by type signature (e.g.
vec -> usize
)