Struct windows::Win32::System::Services::ENUM_SERVICE_STATUSW
#[repr(C)]pub struct ENUM_SERVICE_STATUSW {
pub lpServiceName: PWSTR,
pub lpDisplayName: PWSTR,
pub ServiceStatus: SERVICE_STATUS,
}
Fields§
§lpServiceName: PWSTR
§lpDisplayName: PWSTR
§ServiceStatus: SERVICE_STATUS
Trait Implementations§
§impl Clone for ENUM_SERVICE_STATUSW
impl Clone for ENUM_SERVICE_STATUSW
§fn clone(&self) -> ENUM_SERVICE_STATUSW
fn clone(&self) -> ENUM_SERVICE_STATUSW
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 more§impl Debug for ENUM_SERVICE_STATUSW
impl Debug for ENUM_SERVICE_STATUSW
§impl Default for ENUM_SERVICE_STATUSW
impl Default for ENUM_SERVICE_STATUSW
§impl PartialEq for ENUM_SERVICE_STATUSW
impl PartialEq for ENUM_SERVICE_STATUSW
§fn eq(&self, other: &ENUM_SERVICE_STATUSW) -> bool
fn eq(&self, other: &ENUM_SERVICE_STATUSW) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ENUM_SERVICE_STATUSW
impl Eq for ENUM_SERVICE_STATUSW
impl StructuralPartialEq for ENUM_SERVICE_STATUSW
Auto Trait Implementations§
impl Freeze for ENUM_SERVICE_STATUSW
impl RefUnwindSafe for ENUM_SERVICE_STATUSW
impl !Send for ENUM_SERVICE_STATUSW
impl !Sync for ENUM_SERVICE_STATUSW
impl Unpin for ENUM_SERVICE_STATUSW
impl UnwindSafe for ENUM_SERVICE_STATUSW
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)