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 moresourceimpl Debug for PdfBitmapFormat
impl Debug for PdfBitmapFormat
sourceimpl Default for PdfBitmapFormat
impl Default for PdfBitmapFormat
sourceimpl PartialEq<PdfBitmapFormat> for PdfBitmapFormat
impl PartialEq<PdfBitmapFormat> for PdfBitmapFormat
sourcefn eq(&self, other: &PdfBitmapFormat) -> bool
fn eq(&self, other: &PdfBitmapFormat) -> bool
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<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,
sourcefn 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().sourcefn read_from_big_endian(read: &mut R) -> Result<Self, Error>
fn read_from_big_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_big_endian().sourcefn read_from_native_endian(read: &mut R) -> Result<Self, Error>
fn read_from_native_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_native_endian().