#[repr(C)]pub struct _PRINTER_DEFAULTSW {
pub pDatatype: LPWSTR,
pub pDevMode: LPDEVMODEW,
pub DesiredAccess: ACCESS_MASK,
}Fields§
§pDatatype: LPWSTR§pDevMode: LPDEVMODEW§DesiredAccess: ACCESS_MASKTrait 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 duplicate 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
impl Copy 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