Enum pdfium_render::bitmap::PdfBitmapFormat
source · [−]pub enum PdfBitmapFormat {
Gray,
BGR,
BRGx,
BGRA,
}Expand description
The pixel format of the rendered image data in the backing buffer of a PdfBitmap.
Variants
Gray
BGR
BRGx
BGRA
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PdfBitmapFormat
impl Send for PdfBitmapFormat
impl Sync for PdfBitmapFormat
impl Unpin for PdfBitmapFormat
impl UnwindSafe for PdfBitmapFormat
Blanket Implementations
Mutably borrows from an owned value. Read more