Struct windows_sys::Wdk::System::SystemServices::REG_RENAME_KEY_INFORMATION
#[repr(C)]pub struct REG_RENAME_KEY_INFORMATION {
pub Object: *mut c_void,
pub NewName: *mut UNICODE_STRING,
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§NewName: *mut UNICODE_STRING§CallContext: *mut c_void§ObjectContext: *mut c_void§Reserved: *mut c_voidTrait Implementations§
§impl Clone for REG_RENAME_KEY_INFORMATION
impl Clone for REG_RENAME_KEY_INFORMATION
impl Copy for REG_RENAME_KEY_INFORMATION
Auto Trait Implementations§
impl RefUnwindSafe for REG_RENAME_KEY_INFORMATION
impl !Send for REG_RENAME_KEY_INFORMATION
impl !Sync for REG_RENAME_KEY_INFORMATION
impl Unpin for REG_RENAME_KEY_INFORMATION
impl UnwindSafe for REG_RENAME_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