#[repr(C, packed(2))]pub struct PrinterUnitPrefs {
pub pu_Reserved: [LONG; 4],
pub pu_UnitNum: LONG,
pub pu_OpenDeviceFlags: ULONG,
pub pu_DeviceName: [TEXT; 32],
}Fields§
§pu_Reserved: [LONG; 4]§pu_UnitNum: LONG§pu_OpenDeviceFlags: ULONG§pu_DeviceName: [TEXT; 32]Trait Implementations§
Source§impl Clone for PrinterUnitPrefs
impl Clone for PrinterUnitPrefs
Source§fn clone(&self) -> PrinterUnitPrefs
fn clone(&self) -> PrinterUnitPrefs
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 PrinterUnitPrefs
impl Debug for PrinterUnitPrefs
impl Copy for PrinterUnitPrefs
Auto Trait Implementations§
impl Freeze for PrinterUnitPrefs
impl RefUnwindSafe for PrinterUnitPrefs
impl Send for PrinterUnitPrefs
impl Sync for PrinterUnitPrefs
impl Unpin for PrinterUnitPrefs
impl UnwindSafe for PrinterUnitPrefs
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