Struct freetype_sys::FT_Bitmap 
                   
                       [−]
                   
               [src]
pub struct FT_Bitmap {
    pub rows: c_int,
    pub width: c_int,
    pub pitch: c_int,
    pub buffer: *mut c_uchar,
    pub num_grays: c_short,
    pub pixel_mode: c_char,
    pub palette_mode: c_char,
    pub palette: *mut c_void,
}Fields
rows: c_int
                           width: c_int
                           pitch: c_int
                           buffer: *mut c_uchar
                           num_grays: c_short
                           pixel_mode: c_char
                           palette_mode: c_char
                           palette: *mut c_void