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 D3DDISPLAYROTATION
impl Copy for D3DDISPLAYROTATION
impl Clone for D3DDISPLAYROTATION
fn clone(&self) -> D3DDISPLAYROTATION
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
)