#[repr(C)]pub struct _PRINTER_ENUM_VALUESW {
pub pValueName: LPWSTR,
pub cbValueName: DWORD,
pub dwType: DWORD,
pub pData: LPBYTE,
pub cbData: DWORD,
}
Fields§
§pValueName: LPWSTR
§cbValueName: DWORD
§dwType: DWORD
§pData: LPBYTE
§cbData: DWORD
Trait Implementations§
Source§impl Clone for _PRINTER_ENUM_VALUESW
impl Clone for _PRINTER_ENUM_VALUESW
Source§fn clone(&self) -> _PRINTER_ENUM_VALUESW
fn clone(&self) -> _PRINTER_ENUM_VALUESW
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_ENUM_VALUESW
impl Debug for _PRINTER_ENUM_VALUESW
Source§impl Ord for _PRINTER_ENUM_VALUESW
impl Ord for _PRINTER_ENUM_VALUESW
Source§fn cmp(&self, other: &_PRINTER_ENUM_VALUESW) -> Ordering
fn cmp(&self, other: &_PRINTER_ENUM_VALUESW) -> 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 PartialEq for _PRINTER_ENUM_VALUESW
impl PartialEq for _PRINTER_ENUM_VALUESW
Source§impl PartialOrd for _PRINTER_ENUM_VALUESW
impl PartialOrd for _PRINTER_ENUM_VALUESW
impl Copy for _PRINTER_ENUM_VALUESW
impl Eq for _PRINTER_ENUM_VALUESW
impl StructuralPartialEq for _PRINTER_ENUM_VALUESW
Auto Trait Implementations§
impl Freeze for _PRINTER_ENUM_VALUESW
impl RefUnwindSafe for _PRINTER_ENUM_VALUESW
impl !Send for _PRINTER_ENUM_VALUESW
impl !Sync for _PRINTER_ENUM_VALUESW
impl Unpin for _PRINTER_ENUM_VALUESW
impl UnwindSafe for _PRINTER_ENUM_VALUESW
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