#[repr(C)]pub struct REG_RESTORE_KEY_INFORMATION {
pub Object: *mut c_void,
pub FileHandle: HANDLE,
pub Flags: u32,
pub CallContext: *mut c_void,
pub ObjectContext: *mut c_void,
pub Reserved: *mut c_void,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Object: *mut c_void
§FileHandle: HANDLE
§Flags: u32
§CallContext: *mut c_void
§ObjectContext: *mut c_void
§Reserved: *mut c_void
Trait Implementations§
§impl Clone for REG_RESTORE_KEY_INFORMATION
impl Clone for REG_RESTORE_KEY_INFORMATION
impl Copy for REG_RESTORE_KEY_INFORMATION
Auto Trait Implementations§
impl RefUnwindSafe for REG_RESTORE_KEY_INFORMATION
impl !Send for REG_RESTORE_KEY_INFORMATION
impl !Sync for REG_RESTORE_KEY_INFORMATION
impl Unpin for REG_RESTORE_KEY_INFORMATION
impl UnwindSafe for REG_RESTORE_KEY_INFORMATION
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