Struct image::bmp::BMPEncoder
[−]
[src]
pub struct BMPEncoder<'a, W: 'a> { /* fields omitted */ }The representation of a BMP encoder.
pub struct BMPEncoder<'a, W: 'a> { /* fields omitted */ }The representation of a BMP encoder.
impl<'a, W: Write + 'a> BMPEncoder<'a, W>[src]