#[repr(C)]pub struct SYSTEM_HANDLE_TABLE_ENTRY_INFO {
pub UniqueProcessId: u16,
pub CreatorBackTraceIndex: u16,
pub ObjectTypeIndex: u8,
pub HandleAttributes: u8,
pub HandleValue: u16,
pub Object: *mut c_void,
pub GrantedAccess: u32,
}Fieldsยง
ยงUniqueProcessId: u16ยงCreatorBackTraceIndex: u16ยงObjectTypeIndex: u8ยงHandleAttributes: u8ยงHandleValue: u16ยงObject: *mut c_voidยงGrantedAccess: u32Trait Implementationsยง
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ยง
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