pub struct PageSizeDimensions {
pub key: &'static str,
pub width_mm: f64,
pub height_mm: f64,
}Fields§
§key: &'static str§width_mm: f64§height_mm: f64Trait Implementations§
Source§impl Clone for PageSizeDimensions
impl Clone for PageSizeDimensions
Source§fn clone(&self) -> PageSizeDimensions
fn clone(&self) -> PageSizeDimensions
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 PageSizeDimensions
Source§impl Debug for PageSizeDimensions
impl Debug for PageSizeDimensions
Auto Trait Implementations§
impl Freeze for PageSizeDimensions
impl RefUnwindSafe for PageSizeDimensions
impl Send for PageSizeDimensions
impl Sync for PageSizeDimensions
impl Unpin for PageSizeDimensions
impl UnsafeUnpin for PageSizeDimensions
impl UnwindSafe for PageSizeDimensions
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