#[repr(C, packed(2))]pub struct IOPrefsReq {
pub io_Message: Message,
pub io_Device: *mut Device,
pub io_Unit: *mut Unit,
pub io_Command: UWORD,
pub io_Flags: UBYTE,
pub io_Error: BYTE,
pub io_TxtPrefs: *mut PrinterTxtPrefs,
pub io_UnitPrefs: *mut PrinterUnitPrefs,
pub io_DevUnitPrefs: *mut PrinterDeviceUnitPrefs,
pub io_GfxPrefs: *mut PrinterGfxPrefs,
}Fields§
§io_Message: Message§io_Device: *mut Device§io_Unit: *mut Unit§io_Command: UWORD§io_Flags: UBYTE§io_Error: BYTE§io_TxtPrefs: *mut PrinterTxtPrefs§io_UnitPrefs: *mut PrinterUnitPrefs§io_DevUnitPrefs: *mut PrinterDeviceUnitPrefs§io_GfxPrefs: *mut PrinterGfxPrefsTrait Implementations§
Source§impl Clone for IOPrefsReq
impl Clone for IOPrefsReq
Source§fn clone(&self) -> IOPrefsReq
fn clone(&self) -> IOPrefsReq
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 IOPrefsReq
impl Debug for IOPrefsReq
impl Copy for IOPrefsReq
Auto Trait Implementations§
impl Freeze for IOPrefsReq
impl RefUnwindSafe for IOPrefsReq
impl !Send for IOPrefsReq
impl !Sync for IOPrefsReq
impl Unpin for IOPrefsReq
impl UnwindSafe for IOPrefsReq
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