#[repr(C, packed(2))]pub struct PrinterGfxPrefs {Show 14 fields
pub pg_Reserved: [LONG; 4],
pub pg_Aspect: UWORD,
pub pg_Shade: UWORD,
pub pg_Image: UWORD,
pub pg_Threshold: WORD,
pub pg_ColorCorrect: UBYTE,
pub pg_Dimensions: UBYTE,
pub pg_Dithering: UBYTE,
pub pg_GraphicFlags: UWORD,
pub pg_PrintDensity: UBYTE,
pub pg_PrintMaxWidth: UWORD,
pub pg_PrintMaxHeight: UWORD,
pub pg_PrintXOffset: UBYTE,
pub pg_PrintYOffset: UBYTE,
}Fields§
§pg_Reserved: [LONG; 4]§pg_Aspect: UWORD§pg_Shade: UWORD§pg_Image: UWORD§pg_Threshold: WORD§pg_ColorCorrect: UBYTE§pg_Dimensions: UBYTE§pg_Dithering: UBYTE§pg_GraphicFlags: UWORD§pg_PrintDensity: UBYTE§pg_PrintMaxWidth: UWORD§pg_PrintMaxHeight: UWORD§pg_PrintXOffset: UBYTE§pg_PrintYOffset: UBYTETrait Implementations§
Source§impl Clone for PrinterGfxPrefs
impl Clone for PrinterGfxPrefs
Source§fn clone(&self) -> PrinterGfxPrefs
fn clone(&self) -> PrinterGfxPrefs
Returns a duplicate of the value. Read more
1.0.0 · 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 PrinterGfxPrefs
impl Debug for PrinterGfxPrefs
impl Copy for PrinterGfxPrefs
Auto Trait Implementations§
impl Freeze for PrinterGfxPrefs
impl RefUnwindSafe for PrinterGfxPrefs
impl Send for PrinterGfxPrefs
impl Sync for PrinterGfxPrefs
impl Unpin for PrinterGfxPrefs
impl UnwindSafe for PrinterGfxPrefs
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