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