Struct windows_sys::Win32::Graphics::Printing::MONITORREG
#[repr(C)]pub struct MONITORREG {
pub cbSize: u32,
pub fpCreateKey: isize,
pub fpOpenKey: isize,
pub fpCloseKey: isize,
pub fpDeleteKey: isize,
pub fpEnumKey: isize,
pub fpQueryInfoKey: isize,
pub fpSetValue: isize,
pub fpDeleteValue: isize,
pub fpEnumValue: isize,
pub fpQueryValue: isize,
}Fields§
§cbSize: u32§fpCreateKey: isize§fpOpenKey: isize§fpCloseKey: isize§fpDeleteKey: isize§fpEnumKey: isize§fpQueryInfoKey: isize§fpSetValue: isize§fpDeleteValue: isize§fpEnumValue: isize§fpQueryValue: isizeTrait Implementations§
§impl Clone for MONITORREG
impl Clone for MONITORREG
impl Copy for MONITORREG
Auto Trait Implementations§
impl RefUnwindSafe for MONITORREG
impl Send for MONITORREG
impl Sync for MONITORREG
impl Unpin for MONITORREG
impl UnwindSafe for MONITORREG
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