pub enum PageFormat {
A4,
}Expand description
V1 supports a single fixed page size (Phase 0 spike scope: “fixe A4-Größe”). Dimensions in PDF points (1/72 inch).
Variants§
A4
Implementations§
Trait Implementations§
Source§impl Clone for PageFormat
impl Clone for PageFormat
Source§fn clone(&self) -> PageFormat
fn clone(&self) -> PageFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PageFormat
Source§impl Debug for PageFormat
impl Debug for PageFormat
Source§impl PartialEq for PageFormat
impl PartialEq for PageFormat
impl StructuralPartialEq for PageFormat
Auto Trait Implementations§
impl Freeze for PageFormat
impl RefUnwindSafe for PageFormat
impl Send for PageFormat
impl Sync for PageFormat
impl Unpin for PageFormat
impl UnsafeUnpin for PageFormat
impl UnwindSafe for PageFormat
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