pub enum PageBox {
Media,
Crop,
Bleed,
Trim,
Art,
}Expand description
One of the five page boxes (ISO 32000-1 §14.11.2).
Variants§
Trait Implementations§
impl Copy for PageBox
impl Eq for PageBox
impl StructuralPartialEq for PageBox
Auto Trait Implementations§
impl Freeze for PageBox
impl RefUnwindSafe for PageBox
impl Send for PageBox
impl Sync for PageBox
impl Unpin for PageBox
impl UnsafeUnpin for PageBox
impl UnwindSafe for PageBox
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more