#[repr(C, packed(2))]pub struct PrinterExtendedData {Show 24 fields
pub ped_PrinterName: STRPTR,
pub ped_Init: FPTR,
pub ped_Expunge: FPTR,
pub ped_Open: FPTR,
pub ped_Close: FPTR,
pub ped_PrinterClass: UBYTE,
pub ped_ColorClass: UBYTE,
pub ped_MaxColumns: UBYTE,
pub ped_NumCharSets: UBYTE,
pub ped_NumRows: UWORD,
pub ped_MaxXDots: ULONG,
pub ped_MaxYDots: ULONG,
pub ped_XDotsInch: UWORD,
pub ped_YDotsInch: UWORD,
pub ped_Commands: *mut *mut STRPTR,
pub ped_DoSpecial: FPTR,
pub ped_Render: FPTR,
pub ped_TimeoutSecs: LONG,
pub ped_8BitChars: *mut STRPTR,
pub ped_PrintMode: LONG,
pub ped_ConvFunc: FPTR,
pub ped_TagList: *mut TagItem,
pub ped_DoPreferences: FPTR,
pub ped_CallErrHook: FPTR,
}Fields§
§ped_PrinterName: STRPTR§ped_Init: FPTR§ped_Expunge: FPTR§ped_Open: FPTR§ped_Close: FPTR§ped_PrinterClass: UBYTE§ped_ColorClass: UBYTE§ped_MaxColumns: UBYTE§ped_NumCharSets: UBYTE§ped_NumRows: UWORD§ped_MaxXDots: ULONG§ped_MaxYDots: ULONG§ped_XDotsInch: UWORD§ped_YDotsInch: UWORD§ped_Commands: *mut *mut STRPTR§ped_DoSpecial: FPTR§ped_Render: FPTR§ped_TimeoutSecs: LONG§ped_8BitChars: *mut STRPTR§ped_PrintMode: LONG§ped_ConvFunc: FPTR§ped_TagList: *mut TagItem§ped_DoPreferences: FPTR§ped_CallErrHook: FPTRTrait Implementations§
Source§impl Clone for PrinterExtendedData
impl Clone for PrinterExtendedData
Source§fn clone(&self) -> PrinterExtendedData
fn clone(&self) -> PrinterExtendedData
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 PrinterExtendedData
impl Debug for PrinterExtendedData
impl Copy for PrinterExtendedData
Auto Trait Implementations§
impl Freeze for PrinterExtendedData
impl RefUnwindSafe for PrinterExtendedData
impl !Send for PrinterExtendedData
impl !Sync for PrinterExtendedData
impl Unpin for PrinterExtendedData
impl UnwindSafe for PrinterExtendedData
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