Struct windows_sys::Win32::Graphics::Printing::DOC_INFO_3W
[−]#[repr(C)]pub struct DOC_INFO_3W {
pub pDocName: PWSTR,
pub pOutputFile: PWSTR,
pub pDatatype: PWSTR,
pub dwFlags: u32,
}
Expand description
Required features: "Win32_Graphics_Printing"
Fields
pDocName: PWSTR
pOutputFile: PWSTR
pDatatype: PWSTR
dwFlags: u32
Trait Implementations
impl Clone for DOC_INFO_3W
impl Clone for DOC_INFO_3W
impl Copy for DOC_INFO_3W
Auto Trait Implementations
impl RefUnwindSafe for DOC_INFO_3W
impl !Send for DOC_INFO_3W
impl !Sync for DOC_INFO_3W
impl Unpin for DOC_INFO_3W
impl UnwindSafe for DOC_INFO_3W
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more