pub enum PdfPageBoundaryBoxType {
Media,
Art,
Bleed,
Trim,
Crop,
Bounding,
}Expand description
The box type of a single boundary box in a PdfPage.
Variants
Media
Art
Bleed
Trim
Crop
Bounding
Trait Implementations
sourceimpl Clone for PdfPageBoundaryBoxType
impl Clone for PdfPageBoundaryBoxType
sourcefn clone(&self) -> PdfPageBoundaryBoxType
fn clone(&self) -> PdfPageBoundaryBoxType
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 PdfPageBoundaryBoxType
impl Debug for PdfPageBoundaryBoxType
sourceimpl PartialEq<PdfPageBoundaryBoxType> for PdfPageBoundaryBoxType
impl PartialEq<PdfPageBoundaryBoxType> for PdfPageBoundaryBoxType
sourcefn 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 ==. Read more
impl Copy for PdfPageBoundaryBoxType
impl StructuralPartialEq for PdfPageBoundaryBoxType
Auto Trait Implementations
impl RefUnwindSafe for PdfPageBoundaryBoxType
impl Send for PdfPageBoundaryBoxType
impl Sync for PdfPageBoundaryBoxType
impl Unpin for PdfPageBoundaryBoxType
impl UnwindSafe for PdfPageBoundaryBoxType
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