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