#[repr(C)]pub struct REG_PRE_CREATE_KEY_INFORMATION {
pub CompleteName: *mut UNICODE_STRING,
}Expand description
Required features: "Win32_Foundation"
Fields§
§CompleteName: *mut UNICODE_STRINGTrait Implementations§
§impl Clone for REG_PRE_CREATE_KEY_INFORMATION
impl Clone for REG_PRE_CREATE_KEY_INFORMATION
impl Copy for REG_PRE_CREATE_KEY_INFORMATION
Auto Trait Implementations§
impl RefUnwindSafe for REG_PRE_CREATE_KEY_INFORMATION
impl !Send for REG_PRE_CREATE_KEY_INFORMATION
impl !Sync for REG_PRE_CREATE_KEY_INFORMATION
impl Unpin for REG_PRE_CREATE_KEY_INFORMATION
impl UnwindSafe for REG_PRE_CREATE_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