#[repr(C)]pub struct _SERVICE_STATUS {
pub dwServiceType: DWORD,
pub dwCurrentState: DWORD,
pub dwControlsAccepted: DWORD,
pub dwWin32ExitCode: DWORD,
pub dwServiceSpecificExitCode: DWORD,
pub dwCheckPoint: DWORD,
pub dwWaitHint: DWORD,
}Fields§
§dwServiceType: DWORD§dwCurrentState: DWORD§dwControlsAccepted: DWORD§dwWin32ExitCode: DWORD§dwServiceSpecificExitCode: DWORD§dwCheckPoint: DWORD§dwWaitHint: DWORDTrait Implementations§
Source§impl Clone for _SERVICE_STATUS
impl Clone for _SERVICE_STATUS
Source§fn clone(&self) -> _SERVICE_STATUS
fn clone(&self) -> _SERVICE_STATUS
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 _SERVICE_STATUS
impl Debug for _SERVICE_STATUS
impl Copy for _SERVICE_STATUS
Auto Trait Implementations§
impl Freeze for _SERVICE_STATUS
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§
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