#[repr(C)]pub struct SERVICE_NOTIFY_2W {
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: LPWSTR
Trait Implementations§
Source§impl Clone for SERVICE_NOTIFY_2W
impl Clone for SERVICE_NOTIFY_2W
Source§fn clone(&self) -> SERVICE_NOTIFY_2W
fn clone(&self) -> SERVICE_NOTIFY_2W
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 Default for SERVICE_NOTIFY_2W
impl Default for SERVICE_NOTIFY_2W
Source§fn default() -> SERVICE_NOTIFY_2W
fn default() -> SERVICE_NOTIFY_2W
Returns the “default value” for a type. Read more
impl Copy for SERVICE_NOTIFY_2W
Auto Trait Implementations§
impl Freeze for SERVICE_NOTIFY_2W
impl RefUnwindSafe for SERVICE_NOTIFY_2W
impl !Send for SERVICE_NOTIFY_2W
impl !Sync for SERVICE_NOTIFY_2W
impl Unpin for SERVICE_NOTIFY_2W
impl UnwindSafe for SERVICE_NOTIFY_2W
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