Struct windows_sys::Win32::Graphics::Printing::PRINTER_OPTIONSW
#[repr(C)]pub struct PRINTER_OPTIONSW {
pub cbSize: u32,
pub dwFlags: u32,
}
Fields§
§cbSize: u32
§dwFlags: u32
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§
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