#[repr(C)]pub struct _SERVICE_NOTIFYW {
pub dwVersion: DWORD,
pub pfnNotifyCallback: PFN_SC_NOTIFY_CALLBACK,
pub pContext: PVOID,
pub dwNotificationStatus: DWORD,
pub ServiceStatus: SERVICE_STATUS_PROCESS,
pub dwNotificationTriggered: DWORD,
pub pszServiceNames: LPWSTR,
}Fields§
§dwVersion: DWORD§pfnNotifyCallback: PFN_SC_NOTIFY_CALLBACK§pContext: PVOID§dwNotificationStatus: DWORD§ServiceStatus: SERVICE_STATUS_PROCESS§dwNotificationTriggered: DWORD§pszServiceNames: LPWSTRTrait Implementations§
Source§impl Clone for _SERVICE_NOTIFYW
impl Clone for _SERVICE_NOTIFYW
Source§fn clone(&self) -> _SERVICE_NOTIFYW
fn clone(&self) -> _SERVICE_NOTIFYW
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_NOTIFYW
impl Debug for _SERVICE_NOTIFYW
impl Copy for _SERVICE_NOTIFYW
Auto Trait Implementations§
impl Freeze for _SERVICE_NOTIFYW
impl RefUnwindSafe for _SERVICE_NOTIFYW
impl !Send for _SERVICE_NOTIFYW
impl !Sync for _SERVICE_NOTIFYW
impl Unpin for _SERVICE_NOTIFYW
impl UnwindSafe for _SERVICE_NOTIFYW
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