pub struct PageSizes;Expand description
Standard page sizes as [width, height] in points (1 point = 1/72 inch).
Implementations§
Source§impl PageSizes
impl PageSizes
pub const LETTER: [f64; 2]
pub const LEGAL: [f64; 2]
pub const TABLOID: [f64; 2]
pub const LEDGER: [f64; 2]
pub const A0: [f64; 2]
pub const A1: [f64; 2]
pub const A2: [f64; 2]
pub const A3: [f64; 2]
pub const A4: [f64; 2]
pub const A5: [f64; 2]
pub const A6: [f64; 2]
pub const EXECUTIVE: [f64; 2]
pub const FOLIO: [f64; 2]
Auto Trait Implementations§
impl Freeze for PageSizes
impl RefUnwindSafe for PageSizes
impl Send for PageSizes
impl Sync for PageSizes
impl Unpin for PageSizes
impl UnsafeUnpin for PageSizes
impl UnwindSafe for PageSizes
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