Struct memprocfs::VmmMapServiceEntry
source · pub struct VmmMapServiceEntry {Show 17 fields
pub ordinal: u32,
pub va_object: u64,
pub pid: u32,
pub start_type: u32,
pub service_type: u32,
pub current_state: u32,
pub controls_accepted: u32,
pub win32_exit_code: u32,
pub service_specific_exit_code: u32,
pub check_point: u32,
pub wait_hint: u32,
pub name: String,
pub name_display: String,
pub path: String,
pub user_type: String,
pub user_account: String,
pub image_path: String,
}Expand description
Fields§
§ordinal: u32§va_object: u64§pid: u32§start_type: u32§service_type: u32§current_state: u32§controls_accepted: u32§win32_exit_code: u32§service_specific_exit_code: u32§check_point: u32§wait_hint: u32§name: String§name_display: String§path: String§user_type: String§user_account: String§image_path: StringTrait Implementations§
source§impl Clone for VmmMapServiceEntry
impl Clone for VmmMapServiceEntry
source§fn clone(&self) -> VmmMapServiceEntry
fn clone(&self) -> VmmMapServiceEntry
Returns a copy 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 VmmMapServiceEntry
impl Debug for VmmMapServiceEntry
source§impl<'de> Deserialize<'de> for VmmMapServiceEntry
impl<'de> Deserialize<'de> for VmmMapServiceEntry
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 VmmMapServiceEntry
impl Display for VmmMapServiceEntry
Auto Trait Implementations§
impl RefUnwindSafe for VmmMapServiceEntry
impl Send for VmmMapServiceEntry
impl Sync for VmmMapServiceEntry
impl Unpin for VmmMapServiceEntry
impl UnwindSafe for VmmMapServiceEntry
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