pub enum PageFormat {
Show 16 variants
TallText,
WideText,
TallA4,
WideA4,
TallLetter,
WideLetter,
TallExtA4,
WideExtA4,
TallLegal,
WideLegal,
A4ShortLines,
A4LongLines,
B5ShortLines,
B5LongLines,
B4ShortLines,
B4LongLines,
}
Variants§
TallText
WideText
TallA4
WideA4
TallLetter
WideLetter
TallExtA4
WideExtA4
TallLegal
WideLegal
A4ShortLines
A4LongLines
B5ShortLines
B5LongLines
B4ShortLines
B4LongLines
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 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PageFormat
impl Debug for PageFormat
Source§impl Display for PageFormat
impl Display for PageFormat
impl Copy 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 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