Struct winapi::d3d9types::D3DGAMMARAMP
[-] [+]
[src]
pub struct D3DGAMMARAMP { pub red: [WORD; 256], pub green: [WORD; 256], pub blue: [WORD; 256], }
Fields
red | |
green | |
blue |
pub struct D3DGAMMARAMP { pub red: [WORD; 256], pub green: [WORD; 256], pub blue: [WORD; 256], }
red | |
green | |
blue |
impl Clone for D3DGAMMARAMP
fn clone(&self) -> D3DGAMMARAMP
fn clone_from(&mut self, source: &Self)
impl Copy for D3DGAMMARAMP
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
).