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§
Trait Implementations§
source§impl Clone for PdfBitmapFormat
impl Clone for PdfBitmapFormat
source§fn clone(&self) -> PdfBitmapFormat
fn clone(&self) -> PdfBitmapFormat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PdfBitmapFormat
impl Debug for PdfBitmapFormat
source§impl Default for PdfBitmapFormat
impl Default for PdfBitmapFormat
source§impl PartialEq<PdfBitmapFormat> for PdfBitmapFormat
impl PartialEq<PdfBitmapFormat> for PdfBitmapFormat
source§fn eq(&self, other: &PdfBitmapFormat) -> bool
fn eq(&self, other: &PdfBitmapFormat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for Pwhere
R: Read + ReadEndian<P>,
P: Default,
impl<R, P> ReadPrimitive<R> for Pwhere R: Read + ReadEndian<P>, P: Default,
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().