pub struct PrintScale {
pub style: Option<PrintScaleStyle>,
pub x: Option<f64>,
pub y: Option<f64>,
pub scale: Option<f64>,
}Expand description
TS ImageResources.printScale.
Fields§
§style: Option<PrintScaleStyle>§x: Option<f64>§y: Option<f64>§scale: Option<f64>Trait Implementations§
Source§impl Clone for PrintScale
impl Clone for PrintScale
Source§fn clone(&self) -> PrintScale
fn clone(&self) -> PrintScale
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 PrintScale
impl Debug for PrintScale
Source§impl Default for PrintScale
impl Default for PrintScale
Source§fn default() -> PrintScale
fn default() -> PrintScale
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PrintScale
impl RefUnwindSafe for PrintScale
impl Send for PrintScale
impl Sync for PrintScale
impl Unpin for PrintScale
impl UnsafeUnpin for PrintScale
impl UnwindSafe for PrintScale
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