pub struct FT_Bitmap {
pub rows: c_int,
pub width: c_int,
pub pitch: c_int,
pub buffer: *const c_uchar,
pub num_grays: c_short,
pub pixel_mode: c_char,
pub palette_mode: c_char,
pub palette: *const c_void,
}
Fields
rows | |
width | |
pitch | |
buffer | |
num_grays | |
pixel_mode | |
palette_mode | |
palette | |
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
).