Enum winapi::d3d9types::D3DDISPLAYROTATION
[-] [+]
[src]
pub enum D3DDISPLAYROTATION {
IDENTITY,
_90,
_180,
_270,
}Variants
IDENTITY | |
_90 | |
_180 | |
_270 |
pub enum D3DDISPLAYROTATION {
IDENTITY,
_90,
_180,
_270,
}IDENTITY | |
_90 | |
_180 | |
_270 |
impl Debug for D3DDISPLAYROTATIONimpl Copy for D3DDISPLAYROTATIONimpl Clone for D3DDISPLAYROTATIONfn clone(&self) -> D3DDISPLAYROTATIONfn 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).