pub struct ChromiumPrintPage {
pub width_mm: f64,
pub height_mm: f64,
pub margins_mm: Margins,
pub landscape: bool,
}Fields§
§width_mm: f64§height_mm: f64§margins_mm: Margins§landscape: boolTrait Implementations§
Source§impl Clone for ChromiumPrintPage
impl Clone for ChromiumPrintPage
Source§fn clone(&self) -> ChromiumPrintPage
fn clone(&self) -> ChromiumPrintPage
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 ChromiumPrintPage
impl Debug for ChromiumPrintPage
Source§impl<'de> Deserialize<'de> for ChromiumPrintPage
impl<'de> Deserialize<'de> for ChromiumPrintPage
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ChromiumPrintPage
impl RefUnwindSafe for ChromiumPrintPage
impl Send for ChromiumPrintPage
impl Sync for ChromiumPrintPage
impl Unpin for ChromiumPrintPage
impl UnsafeUnpin for ChromiumPrintPage
impl UnwindSafe for ChromiumPrintPage
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