#[repr(C)]pub struct _SERVICE_STATUS_PROCESS {
pub dwServiceType: DWORD,
pub dwCurrentState: DWORD,
pub dwControlsAccepted: DWORD,
pub dwWin32ExitCode: DWORD,
pub dwServiceSpecificExitCode: DWORD,
pub dwCheckPoint: DWORD,
pub dwWaitHint: DWORD,
pub dwProcessId: DWORD,
pub dwServiceFlags: DWORD,
}
Fields§
§dwServiceType: DWORD
§dwCurrentState: DWORD
§dwControlsAccepted: DWORD
§dwWin32ExitCode: DWORD
§dwServiceSpecificExitCode: DWORD
§dwCheckPoint: DWORD
§dwWaitHint: DWORD
§dwProcessId: DWORD
§dwServiceFlags: DWORD
Trait Implementations§
Source§impl Clone for _SERVICE_STATUS_PROCESS
impl Clone for _SERVICE_STATUS_PROCESS
Source§fn clone(&self) -> _SERVICE_STATUS_PROCESS
fn clone(&self) -> _SERVICE_STATUS_PROCESS
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 _SERVICE_STATUS_PROCESS
impl Debug for _SERVICE_STATUS_PROCESS
Source§impl Ord for _SERVICE_STATUS_PROCESS
impl Ord for _SERVICE_STATUS_PROCESS
Source§fn cmp(&self, other: &_SERVICE_STATUS_PROCESS) -> Ordering
fn cmp(&self, other: &_SERVICE_STATUS_PROCESS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _SERVICE_STATUS_PROCESS
impl PartialEq for _SERVICE_STATUS_PROCESS
Source§impl PartialOrd for _SERVICE_STATUS_PROCESS
impl PartialOrd for _SERVICE_STATUS_PROCESS
impl Copy for _SERVICE_STATUS_PROCESS
impl Eq for _SERVICE_STATUS_PROCESS
impl StructuralPartialEq for _SERVICE_STATUS_PROCESS
Auto Trait Implementations§
impl Freeze for _SERVICE_STATUS_PROCESS
impl RefUnwindSafe for _SERVICE_STATUS_PROCESS
impl Send for _SERVICE_STATUS_PROCESS
impl Sync for _SERVICE_STATUS_PROCESS
impl Unpin for _SERVICE_STATUS_PROCESS
impl UnwindSafe for _SERVICE_STATUS_PROCESS
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