Struct pdfium_render::page_boundaries::PdfPageBoundaryBox
source · [−]pub struct PdfPageBoundaryBox {
pub box_type: PdfPageBoundaryBoxType,
pub bounds: PdfRect,
}Expand description
The type and bounds of a single boundary box in a PdfPage.
Fields
box_type: PdfPageBoundaryBoxTypebounds: PdfRectTrait Implementations
sourceimpl Clone for PdfPageBoundaryBox
impl Clone for PdfPageBoundaryBox
sourcefn clone(&self) -> PdfPageBoundaryBox
fn clone(&self) -> PdfPageBoundaryBox
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 PdfPageBoundaryBox
impl Debug for PdfPageBoundaryBox
sourceimpl PartialEq<PdfPageBoundaryBox> for PdfPageBoundaryBox
impl PartialEq<PdfPageBoundaryBox> for PdfPageBoundaryBox
sourcefn eq(&self, other: &PdfPageBoundaryBox) -> bool
fn eq(&self, other: &PdfPageBoundaryBox) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &PdfPageBoundaryBox) -> bool
fn ne(&self, other: &PdfPageBoundaryBox) -> bool
This method tests for !=.
impl Copy for PdfPageBoundaryBox
impl StructuralPartialEq for PdfPageBoundaryBox
Auto Trait Implementations
impl RefUnwindSafe for PdfPageBoundaryBox
impl Send for PdfPageBoundaryBox
impl Sync for PdfPageBoundaryBox
impl Unpin for PdfPageBoundaryBox
impl UnwindSafe for PdfPageBoundaryBox
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