Struct windows_sys::Win32::Graphics::Printing::MONITORINIT
[−]#[repr(C)]pub struct MONITORINIT {
pub cbSize: u32,
pub hSpooler: HANDLE,
pub hckRegistryRoot: HKEY,
pub pMonitorReg: *mut MONITORREG,
pub bLocal: BOOL,
pub pszServerName: PCWSTR,
}
Expand description
Required features: "Win32_Graphics_Printing"
, "Win32_Foundation"
, "Win32_System_Registry"
Fields
cbSize: u32
hSpooler: HANDLE
hckRegistryRoot: HKEY
pMonitorReg: *mut MONITORREG
bLocal: BOOL
pszServerName: PCWSTR
Trait Implementations
impl Clone for MONITORINIT
impl Clone for MONITORINIT
impl Copy for MONITORINIT
Auto Trait Implementations
impl RefUnwindSafe for MONITORINIT
impl !Send for MONITORINIT
impl !Sync for MONITORINIT
impl Unpin for MONITORINIT
impl UnwindSafe for MONITORINIT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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