Struct 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