pub struct VmmProcessMapHandleEntry {Show 13 fields
pub pid: u32,
pub va_object: u64,
pub handle_id: u32,
pub granted_access: u32,
pub type_index: u32,
pub handle_count: u64,
pub pointer_count: u64,
pub va_object_create_info: u64,
pub va_security_descriptor: u64,
pub handle_pid: u32,
pub pool_tag: u32,
pub info: String,
pub tp: String,
}
Expand description
Fields§
§pid: u32
§va_object: u64
§handle_id: u32
§granted_access: u32
§type_index: u32
§handle_count: u64
§pointer_count: u64
§va_object_create_info: u64
§va_security_descriptor: u64
§handle_pid: u32
§pool_tag: u32
§info: String
§tp: String
Trait Implementations§
Source§impl Clone for VmmProcessMapHandleEntry
impl Clone for VmmProcessMapHandleEntry
Source§fn clone(&self) -> VmmProcessMapHandleEntry
fn clone(&self) -> VmmProcessMapHandleEntry
Returns a duplicate 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 moreSource§impl Debug for VmmProcessMapHandleEntry
impl Debug for VmmProcessMapHandleEntry
Source§impl<'de> Deserialize<'de> for VmmProcessMapHandleEntry
impl<'de> Deserialize<'de> for VmmProcessMapHandleEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for VmmProcessMapHandleEntry
impl Display for VmmProcessMapHandleEntry
Auto Trait Implementations§
impl Freeze for VmmProcessMapHandleEntry
impl RefUnwindSafe for VmmProcessMapHandleEntry
impl Send for VmmProcessMapHandleEntry
impl Sync for VmmProcessMapHandleEntry
impl Unpin for VmmProcessMapHandleEntry
impl UnwindSafe for VmmProcessMapHandleEntry
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