Struct windows_sys::Win32::System::Services::ENUM_SERVICE_STATUS_PROCESSW
#[repr(C)]pub struct ENUM_SERVICE_STATUS_PROCESSW {
pub lpServiceName: PWSTR,
pub lpDisplayName: PWSTR,
pub ServiceStatusProcess: SERVICE_STATUS_PROCESS,
}
Fields§
§lpServiceName: PWSTR
§lpDisplayName: PWSTR
§ServiceStatusProcess: SERVICE_STATUS_PROCESS
Trait Implementations§
§impl Clone for ENUM_SERVICE_STATUS_PROCESSW
impl Clone for ENUM_SERVICE_STATUS_PROCESSW
impl Copy for ENUM_SERVICE_STATUS_PROCESSW
Auto Trait Implementations§
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