Struct ENUM_SERVICE_STATUS_PROCESSA
#[repr(C)]pub struct ENUM_SERVICE_STATUS_PROCESSA {
pub lpServiceName: PSTR,
pub lpDisplayName: PSTR,
pub ServiceStatusProcess: SERVICE_STATUS_PROCESS,
}
Fields§
§lpServiceName: PSTR
§lpDisplayName: PSTR
§ServiceStatusProcess: SERVICE_STATUS_PROCESS
Trait Implementations§
§impl Clone for ENUM_SERVICE_STATUS_PROCESSA
impl Clone for ENUM_SERVICE_STATUS_PROCESSA
§fn clone(&self) -> ENUM_SERVICE_STATUS_PROCESSA
fn clone(&self) -> ENUM_SERVICE_STATUS_PROCESSA
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 moreimpl Copy for ENUM_SERVICE_STATUS_PROCESSA
Auto Trait Implementations§
impl Freeze for ENUM_SERVICE_STATUS_PROCESSA
impl RefUnwindSafe for ENUM_SERVICE_STATUS_PROCESSA
impl !Send for ENUM_SERVICE_STATUS_PROCESSA
impl !Sync for ENUM_SERVICE_STATUS_PROCESSA
impl Unpin for ENUM_SERVICE_STATUS_PROCESSA
impl UnwindSafe for ENUM_SERVICE_STATUS_PROCESSA
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