Struct windows_sys::Win32::Graphics::Printing::PRINTER_OPTIONSA
#[repr(C)]pub struct PRINTER_OPTIONSA {
pub cbSize: u32,
pub dwFlags: u32,
}
Fields§
§cbSize: u32
§dwFlags: u32
Trait Implementations§
§impl Clone for PRINTER_OPTIONSA
impl Clone for PRINTER_OPTIONSA
impl Copy for PRINTER_OPTIONSA
Auto Trait Implementations§
impl RefUnwindSafe for PRINTER_OPTIONSA
impl Send for PRINTER_OPTIONSA
impl Sync for PRINTER_OPTIONSA
impl Unpin for PRINTER_OPTIONSA
impl UnwindSafe for PRINTER_OPTIONSA
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