Struct windows_sys::Win32::Graphics::Printing::PRINTER_INFO_6
[−]#[repr(C)]pub struct PRINTER_INFO_6 {
pub dwStatus: u32,
}
Expand description
Required features: "Win32_Graphics_Printing"
Fields
dwStatus: u32
Trait Implementations
impl Clone for PRINTER_INFO_6
impl Clone for PRINTER_INFO_6
impl Copy for PRINTER_INFO_6
Auto Trait Implementations
impl RefUnwindSafe for PRINTER_INFO_6
impl Send for PRINTER_INFO_6
impl Sync for PRINTER_INFO_6
impl Unpin for PRINTER_INFO_6
impl UnwindSafe for PRINTER_INFO_6
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