pub struct PageSizeInfo {
pub display_name: String,
pub width_inches: f64,
pub height_inches: f64,
}Fields§
§display_name: String§width_inches: f64§height_inches: f64Trait Implementations§
Source§impl Clone for PageSizeInfo
impl Clone for PageSizeInfo
Source§fn clone(&self) -> PageSizeInfo
fn clone(&self) -> PageSizeInfo
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 moreAuto Trait Implementations§
impl Freeze for PageSizeInfo
impl RefUnwindSafe for PageSizeInfo
impl Send for PageSizeInfo
impl Sync for PageSizeInfo
impl Unpin for PageSizeInfo
impl UnsafeUnpin for PageSizeInfo
impl UnwindSafe for PageSizeInfo
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