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