#[repr(C)]pub struct _ENUM_SERVICE_STATUS_PROCESSW {
pub lpServiceName: LPWSTR,
pub lpDisplayName: LPWSTR,
pub ServiceStatusProcess: SERVICE_STATUS_PROCESS,
}
Fields§
§lpServiceName: LPWSTR
§lpDisplayName: LPWSTR
§ServiceStatusProcess: SERVICE_STATUS_PROCESS
Trait Implementations§
Source§impl Clone for _ENUM_SERVICE_STATUS_PROCESSW
impl Clone for _ENUM_SERVICE_STATUS_PROCESSW
Source§fn clone(&self) -> _ENUM_SERVICE_STATUS_PROCESSW
fn clone(&self) -> _ENUM_SERVICE_STATUS_PROCESSW
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 Ord for _ENUM_SERVICE_STATUS_PROCESSW
impl Ord for _ENUM_SERVICE_STATUS_PROCESSW
Source§fn cmp(&self, other: &_ENUM_SERVICE_STATUS_PROCESSW) -> Ordering
fn cmp(&self, other: &_ENUM_SERVICE_STATUS_PROCESSW) -> 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 _ENUM_SERVICE_STATUS_PROCESSW
impl PartialEq for _ENUM_SERVICE_STATUS_PROCESSW
Source§fn eq(&self, other: &_ENUM_SERVICE_STATUS_PROCESSW) -> bool
fn eq(&self, other: &_ENUM_SERVICE_STATUS_PROCESSW) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _ENUM_SERVICE_STATUS_PROCESSW
impl PartialOrd for _ENUM_SERVICE_STATUS_PROCESSW
impl Copy for _ENUM_SERVICE_STATUS_PROCESSW
impl Eq for _ENUM_SERVICE_STATUS_PROCESSW
impl StructuralPartialEq for _ENUM_SERVICE_STATUS_PROCESSW
Auto Trait Implementations§
impl Freeze for _ENUM_SERVICE_STATUS_PROCESSW
impl RefUnwindSafe for _ENUM_SERVICE_STATUS_PROCESSW
impl !Send for _ENUM_SERVICE_STATUS_PROCESSW
impl !Sync for _ENUM_SERVICE_STATUS_PROCESSW
impl Unpin for _ENUM_SERVICE_STATUS_PROCESSW
impl UnwindSafe for _ENUM_SERVICE_STATUS_PROCESSW
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