Struct windows::Win32::Graphics::Printing::PRINTER_ENUM_VALUESW
#[repr(C)]pub struct PRINTER_ENUM_VALUESW {
pub pValueName: PWSTR,
pub cbValueName: u32,
pub dwType: u32,
pub pData: *mut u8,
pub cbData: u32,
}
Fields§
§pValueName: PWSTR
§cbValueName: u32
§dwType: u32
§pData: *mut u8
§cbData: u32
Trait Implementations§
§impl Clone for PRINTER_ENUM_VALUESW
impl Clone for PRINTER_ENUM_VALUESW
§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 more§impl Debug for PRINTER_ENUM_VALUESW
impl Debug for PRINTER_ENUM_VALUESW
§impl Default for PRINTER_ENUM_VALUESW
impl Default for PRINTER_ENUM_VALUESW
§impl PartialEq for PRINTER_ENUM_VALUESW
impl PartialEq for PRINTER_ENUM_VALUESW
§fn eq(&self, other: &PRINTER_ENUM_VALUESW) -> bool
fn eq(&self, other: &PRINTER_ENUM_VALUESW) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)