Struct windows_sys::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
impl Copy for ENUM_SERVICE_STATUSW
Auto Trait Implementations§
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