#[repr(i32)]pub enum PdfPrintScalingMode {
None = 0,
ToFit = 1,
DownToFit = 2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PdfPrintScalingMode
impl Clone for PdfPrintScalingMode
Source§fn clone(&self) -> PdfPrintScalingMode
fn clone(&self) -> PdfPrintScalingMode
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 PdfPrintScalingMode
impl Debug for PdfPrintScalingMode
Source§impl PartialEq for PdfPrintScalingMode
impl PartialEq for PdfPrintScalingMode
Source§fn eq(&self, other: &PdfPrintScalingMode) -> bool
fn eq(&self, other: &PdfPrintScalingMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PdfPrintScalingMode
impl Eq for PdfPrintScalingMode
impl StructuralPartialEq for PdfPrintScalingMode
Auto Trait Implementations§
impl Freeze for PdfPrintScalingMode
impl RefUnwindSafe for PdfPrintScalingMode
impl Send for PdfPrintScalingMode
impl Sync for PdfPrintScalingMode
impl Unpin for PdfPrintScalingMode
impl UnsafeUnpin for PdfPrintScalingMode
impl UnwindSafe for PdfPrintScalingMode
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