pub enum PdfPageBoundaryBoxType {
Media,
Art,
Bleed,
Trim,
Crop,
Bounding,
}Expand description
The box type of a single boundary box in a PdfPage.
Variants§
Trait Implementations§
source§impl Clone for PdfPageBoundaryBoxType
impl Clone for PdfPageBoundaryBoxType
source§fn clone(&self) -> PdfPageBoundaryBoxType
fn clone(&self) -> PdfPageBoundaryBoxType
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 PdfPageBoundaryBoxType
impl Debug for PdfPageBoundaryBoxType
source§impl PartialEq<PdfPageBoundaryBoxType> for PdfPageBoundaryBoxType
impl PartialEq<PdfPageBoundaryBoxType> for PdfPageBoundaryBoxType
source§fn eq(&self, other: &PdfPageBoundaryBoxType) -> bool
fn eq(&self, other: &PdfPageBoundaryBoxType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.