Struct windows_sys::Win32::Graphics::Printing::PRINTER_OPTIONSW
[−]#[repr(C)]pub struct PRINTER_OPTIONSW {
pub cbSize: u32,
pub dwFlags: PRINTER_OPTION_FLAGS,
}
Expand description
Required features: "Win32_Graphics_Printing"
Fields
cbSize: u32
dwFlags: PRINTER_OPTION_FLAGS
Trait Implementations
impl Clone for PRINTER_OPTIONSW
impl Clone for PRINTER_OPTIONSW
impl Copy for PRINTER_OPTIONSW
Auto Trait Implementations
impl RefUnwindSafe for PRINTER_OPTIONSW
impl Send for PRINTER_OPTIONSW
impl Sync for PRINTER_OPTIONSW
impl Unpin for PRINTER_OPTIONSW
impl UnwindSafe for PRINTER_OPTIONSW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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