#[repr(C)]pub struct PRINTER_INFO_5W {
pub pPrinterName: LPWSTR,
pub pPortName: LPWSTR,
pub Attributes: DWORD,
pub DeviceNotSelectedTimeout: DWORD,
pub TransmissionRetryTimeout: DWORD,
}
Fields§
§pPrinterName: LPWSTR
§pPortName: LPWSTR
§Attributes: DWORD
§DeviceNotSelectedTimeout: DWORD
§TransmissionRetryTimeout: DWORD
Trait Implementations§
Source§impl Clone for PRINTER_INFO_5W
impl Clone for PRINTER_INFO_5W
Source§fn clone(&self) -> PRINTER_INFO_5W
fn clone(&self) -> PRINTER_INFO_5W
Returns a copy 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 Default for PRINTER_INFO_5W
impl Default for PRINTER_INFO_5W
Source§fn default() -> PRINTER_INFO_5W
fn default() -> PRINTER_INFO_5W
Returns the “default value” for a type. Read more
impl Copy for PRINTER_INFO_5W
Auto Trait Implementations§
impl Freeze for PRINTER_INFO_5W
impl RefUnwindSafe for PRINTER_INFO_5W
impl !Send for PRINTER_INFO_5W
impl !Sync for PRINTER_INFO_5W
impl Unpin for PRINTER_INFO_5W
impl UnwindSafe for PRINTER_INFO_5W
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