pub enum PrintScaleStyle {
Centered,
SizeToFit,
UserDefined,
}Expand description
print scale style: “centered” | “size to fit” | “user defined”
Variants§
Trait Implementations§
Source§impl Clone for PrintScaleStyle
impl Clone for PrintScaleStyle
Source§fn clone(&self) -> PrintScaleStyle
fn clone(&self) -> PrintScaleStyle
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 PrintScaleStyle
Source§impl Debug for PrintScaleStyle
impl Debug for PrintScaleStyle
impl Eq for PrintScaleStyle
Source§impl PartialEq for PrintScaleStyle
impl PartialEq for PrintScaleStyle
Source§fn eq(&self, other: &PrintScaleStyle) -> bool
fn eq(&self, other: &PrintScaleStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PrintScaleStyle
Auto Trait Implementations§
impl Freeze for PrintScaleStyle
impl RefUnwindSafe for PrintScaleStyle
impl Send for PrintScaleStyle
impl Sync for PrintScaleStyle
impl Unpin for PrintScaleStyle
impl UnsafeUnpin for PrintScaleStyle
impl UnwindSafe for PrintScaleStyle
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