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
sourceimpl Clone for PdfBitmapFormat
impl Clone for PdfBitmapFormat
sourcefn clone(&self) -> PdfBitmapFormat
fn clone(&self) -> PdfBitmapFormat
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PdfBitmapFormat
impl Debug for PdfBitmapFormat
sourceimpl PartialEq<PdfBitmapFormat> for PdfBitmapFormat
impl PartialEq<PdfBitmapFormat> for PdfBitmapFormat
impl Copy for PdfBitmapFormat
impl StructuralPartialEq for PdfBitmapFormat
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more