#[repr(C)]pub struct _PRINTER_CONNECTION_INFO_1A {
pub dwFlags: DWORD,
pub pszDriverName: LPSTR,
}
Fields§
§dwFlags: DWORD
§pszDriverName: LPSTR
Trait Implementations§
Source§impl Clone for _PRINTER_CONNECTION_INFO_1A
impl Clone for _PRINTER_CONNECTION_INFO_1A
Source§fn clone(&self) -> _PRINTER_CONNECTION_INFO_1A
fn clone(&self) -> _PRINTER_CONNECTION_INFO_1A
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 Debug for _PRINTER_CONNECTION_INFO_1A
impl Debug for _PRINTER_CONNECTION_INFO_1A
Source§impl Ord for _PRINTER_CONNECTION_INFO_1A
impl Ord for _PRINTER_CONNECTION_INFO_1A
Source§fn cmp(&self, other: &_PRINTER_CONNECTION_INFO_1A) -> Ordering
fn cmp(&self, other: &_PRINTER_CONNECTION_INFO_1A) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for _PRINTER_CONNECTION_INFO_1A
impl PartialOrd for _PRINTER_CONNECTION_INFO_1A
impl Copy for _PRINTER_CONNECTION_INFO_1A
impl Eq for _PRINTER_CONNECTION_INFO_1A
impl StructuralPartialEq for _PRINTER_CONNECTION_INFO_1A
Auto Trait Implementations§
impl Freeze for _PRINTER_CONNECTION_INFO_1A
impl RefUnwindSafe for _PRINTER_CONNECTION_INFO_1A
impl !Send for _PRINTER_CONNECTION_INFO_1A
impl !Sync for _PRINTER_CONNECTION_INFO_1A
impl Unpin for _PRINTER_CONNECTION_INFO_1A
impl UnwindSafe for _PRINTER_CONNECTION_INFO_1A
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