Struct image::codecs::pnm::BitmapHeader   [−][src]
pub struct BitmapHeader {
    pub encoding: SampleEncoding,
    pub height: u32,
    pub width: u32,
}Expand description
Header produced by a pbm file (“Portable Bit Map”)
Fields
encoding: SampleEncodingBinary or Ascii encoded file
height: u32Height of the image file
width: u32Width of the image file
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for BitmapHeader
impl Send for BitmapHeader
impl Sync for BitmapHeader
impl Unpin for BitmapHeader
impl UnwindSafe for BitmapHeader
Blanket Implementations
Mutably borrows from an owned value. Read more