pub struct PageSizeDetail {
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 PageSizeDetail
impl Clone for PageSizeDetail
Source§fn clone(&self) -> PageSizeDetail
fn clone(&self) -> PageSizeDetail
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 moreSource§impl Debug for PageSizeDetail
impl Debug for PageSizeDetail
Auto Trait Implementations§
impl Freeze for PageSizeDetail
impl RefUnwindSafe for PageSizeDetail
impl Send for PageSizeDetail
impl Sync for PageSizeDetail
impl Unpin for PageSizeDetail
impl UnsafeUnpin for PageSizeDetail
impl UnwindSafe for PageSizeDetail
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