Struct windows_sys::Win32::System::Services::SERVICE_STATUS
[−]#[repr(C)]pub struct SERVICE_STATUS {
pub dwServiceType: ENUM_SERVICE_TYPE,
pub dwCurrentState: SERVICE_STATUS_CURRENT_STATE,
pub dwControlsAccepted: u32,
pub dwWin32ExitCode: u32,
pub dwServiceSpecificExitCode: u32,
pub dwCheckPoint: u32,
pub dwWaitHint: u32,
}
Expand description
Required features: ‘Win32_System_Services’
Fields
dwServiceType: ENUM_SERVICE_TYPE
dwCurrentState: SERVICE_STATUS_CURRENT_STATE
dwControlsAccepted: u32
dwWin32ExitCode: u32
dwServiceSpecificExitCode: u32
dwCheckPoint: u32
dwWaitHint: u32
Trait Implementations
impl Clone for SERVICE_STATUS
impl Clone for SERVICE_STATUS
impl Copy for SERVICE_STATUS
Auto Trait Implementations
impl RefUnwindSafe for SERVICE_STATUS
impl Send for SERVICE_STATUS
impl Sync for SERVICE_STATUS
impl Unpin for SERVICE_STATUS
impl UnwindSafe for SERVICE_STATUS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more