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