Struct freetype::freetype::FT_Bitmap_ [] [src]

#[repr(C)]
pub struct FT_Bitmap_ { pub rows: c_uint, pub width: c_uint, pub pitch: c_int, pub buffer: *mut c_uchar, pub num_grays: c_ushort, pub pixel_mode: c_uchar, pub palette_mode: c_uchar, pub palette: *mut c_void, }

Fields

Trait Implementations

impl Debug for FT_Bitmap_
[src]

Formats the value using the given formatter.

impl Copy for FT_Bitmap_
[src]

impl Clone for FT_Bitmap_
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more