Struct winapi::d3d9types::D3DCLIPSTATUS9
[-] [+]
[src]
pub struct D3DCLIPSTATUS9 { pub ClipUnion: DWORD, pub ClipIntersection: DWORD, }
Fields
ClipUnion | |
ClipIntersection |
pub struct D3DCLIPSTATUS9 { pub ClipUnion: DWORD, pub ClipIntersection: DWORD, }
ClipUnion | |
ClipIntersection |
impl Debug for D3DCLIPSTATUS9
impl Copy for D3DCLIPSTATUS9
impl Clone for D3DCLIPSTATUS9
fn clone(&self) -> D3DCLIPSTATUS9
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
).