#[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: DWORD
Trait 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 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
impl Debug for _SERVICE_STATUS
Source§impl Ord for _SERVICE_STATUS
impl Ord for _SERVICE_STATUS
Source§fn cmp(&self, other: &_SERVICE_STATUS) -> Ordering
fn cmp(&self, other: &_SERVICE_STATUS) -> 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
impl PartialEq for _SERVICE_STATUS
Source§impl PartialOrd for _SERVICE_STATUS
impl PartialOrd for _SERVICE_STATUS
impl Copy for _SERVICE_STATUS
impl Eq for _SERVICE_STATUS
impl StructuralPartialEq 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