pub struct XStandardColormap {
pub colormap: Colormap,
pub red_max: c_ulong,
pub red_mult: c_ulong,
pub green_max: c_ulong,
pub green_mult: c_ulong,
pub blue_max: c_ulong,
pub blue_mult: c_ulong,
pub base_pixel: c_ulong,
pub visualid: VisualID,
pub killid: XID,
}
Fields
colormap | |
red_max | |
red_mult | |
green_max | |
green_mult | |
blue_max | |
blue_mult | |
base_pixel | |
visualid | |
killid | |
Trait Implementations
Derived Implementations
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
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
).