Struct windows::Wdk::System::SystemServices::REG_CREATE_KEY_INFORMATION_V1
#[repr(C)]pub struct REG_CREATE_KEY_INFORMATION_V1 {Show 19 fields
pub CompleteName: *mut UNICODE_STRING,
pub RootObject: *mut c_void,
pub ObjectType: *mut c_void,
pub Options: u32,
pub Class: *mut UNICODE_STRING,
pub SecurityDescriptor: *mut c_void,
pub SecurityQualityOfService: *mut c_void,
pub DesiredAccess: u32,
pub GrantedAccess: u32,
pub Disposition: *mut u32,
pub ResultObject: *mut *mut c_void,
pub CallContext: *mut c_void,
pub RootObjectContext: *mut c_void,
pub Transaction: *mut c_void,
pub Version: usize,
pub RemainingName: *mut UNICODE_STRING,
pub Wow64Flags: u32,
pub Attributes: u32,
pub CheckAccessMode: i8,
}
Fields§
§CompleteName: *mut UNICODE_STRING
§RootObject: *mut c_void
§ObjectType: *mut c_void
§Options: u32
§Class: *mut UNICODE_STRING
§SecurityDescriptor: *mut c_void
§SecurityQualityOfService: *mut c_void
§DesiredAccess: u32
§GrantedAccess: u32
§Disposition: *mut u32
§ResultObject: *mut *mut c_void
§CallContext: *mut c_void
§RootObjectContext: *mut c_void
§Transaction: *mut c_void
§Version: usize
§RemainingName: *mut UNICODE_STRING
§Wow64Flags: u32
§Attributes: u32
§CheckAccessMode: i8
Trait Implementations§
§impl Clone for REG_CREATE_KEY_INFORMATION_V1
impl Clone for REG_CREATE_KEY_INFORMATION_V1
§fn clone(&self) -> REG_CREATE_KEY_INFORMATION_V1
fn clone(&self) -> REG_CREATE_KEY_INFORMATION_V1
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 more§impl Debug for REG_CREATE_KEY_INFORMATION_V1
impl Debug for REG_CREATE_KEY_INFORMATION_V1
§impl Default for REG_CREATE_KEY_INFORMATION_V1
impl Default for REG_CREATE_KEY_INFORMATION_V1
§impl PartialEq for REG_CREATE_KEY_INFORMATION_V1
impl PartialEq for REG_CREATE_KEY_INFORMATION_V1
§fn eq(&self, other: ®_CREATE_KEY_INFORMATION_V1) -> bool
fn eq(&self, other: ®_CREATE_KEY_INFORMATION_V1) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for REG_CREATE_KEY_INFORMATION_V1
impl Eq for REG_CREATE_KEY_INFORMATION_V1
impl StructuralPartialEq for REG_CREATE_KEY_INFORMATION_V1
Auto Trait Implementations§
impl Freeze for REG_CREATE_KEY_INFORMATION_V1
impl RefUnwindSafe for REG_CREATE_KEY_INFORMATION_V1
impl !Send for REG_CREATE_KEY_INFORMATION_V1
impl !Sync for REG_CREATE_KEY_INFORMATION_V1
impl Unpin for REG_CREATE_KEY_INFORMATION_V1
impl UnwindSafe for REG_CREATE_KEY_INFORMATION_V1
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
)