Struct lodepng::Bitmap
[-]
[+]
[src]
pub struct Bitmap<PixelType> {
pub buffer: CVec<PixelType>,
pub width: usize,
pub height: usize,
}Low-level representation of an image
pub struct Bitmap<PixelType> {
pub buffer: CVec<PixelType>,
pub width: usize,
pub height: usize,
}Low-level representation of an image
impl<PixelType> Show for Bitmap<PixelType>
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).