#[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 duplicate 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 Default for ENUM_SERVICE_STATUS_PROCESSW
impl Default for ENUM_SERVICE_STATUS_PROCESSW
Source§fn default() -> ENUM_SERVICE_STATUS_PROCESSW
fn default() -> ENUM_SERVICE_STATUS_PROCESSW
Returns the “default value” for a type. Read more
impl Copy 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