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: isize
Trait Implementations§
§impl Clone for MONITORREG
impl Clone for MONITORREG
§fn clone(&self) -> MONITORREG
fn clone(&self) -> MONITORREG
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for MONITORREG
Auto Trait Implementations§
impl Freeze for MONITORREG
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)