pub struct PrintInformation {
pub printer_manages_colors: Option<bool>,
pub printer_name: Option<String>,
pub printer_profile: Option<String>,
pub print_sixteen_bit: Option<bool>,
pub rendering_intent: Option<RenderingIntent>,
pub hard_proof: Option<bool>,
pub black_point_compensation: Option<bool>,
pub proof_setup: Option<ProofSetup>,
}Expand description
TS ImageResources.printInformation.
Fields§
§printer_manages_colors: Option<bool>§printer_name: Option<String>§printer_profile: Option<String>§print_sixteen_bit: Option<bool>§rendering_intent: Option<RenderingIntent>§hard_proof: Option<bool>§black_point_compensation: Option<bool>§proof_setup: Option<ProofSetup>Trait Implementations§
Source§impl Clone for PrintInformation
impl Clone for PrintInformation
Source§fn clone(&self) -> PrintInformation
fn clone(&self) -> PrintInformation
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 PrintInformation
impl Debug for PrintInformation
Source§impl Default for PrintInformation
impl Default for PrintInformation
Source§fn default() -> PrintInformation
fn default() -> PrintInformation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PrintInformation
impl RefUnwindSafe for PrintInformation
impl Send for PrintInformation
impl Sync for PrintInformation
impl Unpin for PrintInformation
impl UnsafeUnpin for PrintInformation
impl UnwindSafe for PrintInformation
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