#[repr(C)]pub struct _PRINTER_DEFAULTSW {
pub pDatatype: LPWSTR,
pub pDevMode: LPDEVMODEW,
pub DesiredAccess: ACCESS_MASK,
}
Fields§
§pDatatype: LPWSTR
§pDevMode: LPDEVMODEW
§DesiredAccess: ACCESS_MASK
Trait Implementations§
Source§impl Clone for _PRINTER_DEFAULTSW
impl Clone for _PRINTER_DEFAULTSW
Source§fn clone(&self) -> _PRINTER_DEFAULTSW
fn clone(&self) -> _PRINTER_DEFAULTSW
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_DEFAULTSW
impl Debug for _PRINTER_DEFAULTSW
Source§impl Ord for _PRINTER_DEFAULTSW
impl Ord for _PRINTER_DEFAULTSW
Source§fn cmp(&self, other: &_PRINTER_DEFAULTSW) -> Ordering
fn cmp(&self, other: &_PRINTER_DEFAULTSW) -> 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_DEFAULTSW
impl PartialEq for _PRINTER_DEFAULTSW
Source§impl PartialOrd for _PRINTER_DEFAULTSW
impl PartialOrd for _PRINTER_DEFAULTSW
impl Copy for _PRINTER_DEFAULTSW
impl Eq for _PRINTER_DEFAULTSW
impl StructuralPartialEq for _PRINTER_DEFAULTSW
Auto Trait Implementations§
impl Freeze for _PRINTER_DEFAULTSW
impl RefUnwindSafe for _PRINTER_DEFAULTSW
impl !Send for _PRINTER_DEFAULTSW
impl !Sync for _PRINTER_DEFAULTSW
impl Unpin for _PRINTER_DEFAULTSW
impl UnwindSafe for _PRINTER_DEFAULTSW
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