Struct ntapi::ntrtl::RTL_QUERY_REGISTRY_TABLE
source · [−]#[repr(C)]pub struct RTL_QUERY_REGISTRY_TABLE {
pub QueryRoutine: PRTL_QUERY_REGISTRY_ROUTINE,
pub Flags: ULONG,
pub Name: PWSTR,
pub EntryContext: PVOID,
pub DefaultType: ULONG,
pub DefaultData: PVOID,
pub DefaultLength: ULONG,
}
Fields
QueryRoutine: PRTL_QUERY_REGISTRY_ROUTINE
Flags: ULONG
Name: PWSTR
EntryContext: PVOID
DefaultType: ULONG
DefaultData: PVOID
DefaultLength: ULONG
Trait Implementations
sourceimpl Clone for RTL_QUERY_REGISTRY_TABLE
impl Clone for RTL_QUERY_REGISTRY_TABLE
sourcefn clone(&self) -> RTL_QUERY_REGISTRY_TABLE
fn clone(&self) -> RTL_QUERY_REGISTRY_TABLE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for RTL_QUERY_REGISTRY_TABLE
Auto Trait Implementations
impl RefUnwindSafe for RTL_QUERY_REGISTRY_TABLE
impl !Send for RTL_QUERY_REGISTRY_TABLE
impl !Sync for RTL_QUERY_REGISTRY_TABLE
impl Unpin for RTL_QUERY_REGISTRY_TABLE
impl UnwindSafe for RTL_QUERY_REGISTRY_TABLE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more