Enum winapi::d3d9types::D3DCULL
[-] [+]
[src]
pub enum D3DCULL {
NONE,
CW,
CCW,
}Variants
NONE | |
CW | |
CCW |
pub enum D3DCULL {
NONE,
CW,
CCW,
}NONE | |
CW | |
CCW |
impl Debug for D3DCULLimpl Copy for D3DCULLimpl Clone for D3DCULLfn clone(&self) -> D3DCULLfn 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).