#[repr(C)]pub struct ENUM_SERVICE_STATUS_PROCESSA {
pub lpServiceName: LPSTR,
pub lpDisplayName: LPSTR,
pub ServiceStatusProcess: SERVICE_STATUS_PROCESS,
}
Fields§
§lpServiceName: LPSTR
§lpDisplayName: LPSTR
§ServiceStatusProcess: SERVICE_STATUS_PROCESS
Trait Implementations§
Source§impl Clone for ENUM_SERVICE_STATUS_PROCESSA
impl Clone for ENUM_SERVICE_STATUS_PROCESSA
Source§fn clone(&self) -> ENUM_SERVICE_STATUS_PROCESSA
fn clone(&self) -> ENUM_SERVICE_STATUS_PROCESSA
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_PROCESSA
impl Default for ENUM_SERVICE_STATUS_PROCESSA
Source§fn default() -> ENUM_SERVICE_STATUS_PROCESSA
fn default() -> ENUM_SERVICE_STATUS_PROCESSA
Returns the “default value” for a type. Read more
impl 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