#[repr(C)]pub struct SystemHandleTableEntryInfo {
pub process_id: u16,
pub creator_back_trace_index: u16,
pub object_type_index: u8,
pub handle_attributes: u8,
pub handle_value: u16,
pub object: PVOID,
pub granted_access: u32,
}Fields§
§process_id: u16§creator_back_trace_index: u16§object_type_index: u8§handle_attributes: u8§handle_value: u16§object: PVOID§granted_access: u32Auto Trait Implementations§
impl !Send for SystemHandleTableEntryInfo
impl !Sync for SystemHandleTableEntryInfo
impl Freeze for SystemHandleTableEntryInfo
impl RefUnwindSafe for SystemHandleTableEntryInfo
impl Unpin for SystemHandleTableEntryInfo
impl UnsafeUnpin for SystemHandleTableEntryInfo
impl UnwindSafe for SystemHandleTableEntryInfo
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