Struct ntapi::ntexapi::SYSTEM_HANDLE_TABLE_ENTRY_INFO
source · [−]#[repr(C)]pub struct SYSTEM_HANDLE_TABLE_ENTRY_INFO {
pub UniqueProcessId: USHORT,
pub CreatorBackTraceIndex: USHORT,
pub ObjectTypeIndex: UCHAR,
pub HandleAttributes: UCHAR,
pub HandleValue: USHORT,
pub Object: PVOID,
pub GrantedAccess: ULONG,
}
Fields
UniqueProcessId: USHORT
CreatorBackTraceIndex: USHORT
ObjectTypeIndex: UCHAR
HandleAttributes: UCHAR
HandleValue: USHORT
Object: PVOID
GrantedAccess: ULONG
Trait Implementations
sourceimpl Clone for SYSTEM_HANDLE_TABLE_ENTRY_INFO
impl Clone for SYSTEM_HANDLE_TABLE_ENTRY_INFO
sourcefn clone(&self) -> SYSTEM_HANDLE_TABLE_ENTRY_INFO
fn clone(&self) -> SYSTEM_HANDLE_TABLE_ENTRY_INFO
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 SYSTEM_HANDLE_TABLE_ENTRY_INFO
Auto Trait Implementations
impl RefUnwindSafe for SYSTEM_HANDLE_TABLE_ENTRY_INFO
impl !Send for SYSTEM_HANDLE_TABLE_ENTRY_INFO
impl !Sync for SYSTEM_HANDLE_TABLE_ENTRY_INFO
impl Unpin for SYSTEM_HANDLE_TABLE_ENTRY_INFO
impl UnwindSafe for SYSTEM_HANDLE_TABLE_ENTRY_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more