#[repr(C)]pub struct ENUM_SERVICE_STATUSW {
pub lpServiceName: LPWSTR,
pub lpDisplayName: LPWSTR,
pub ServiceStatus: SERVICE_STATUS,
}
Fields§
§lpServiceName: LPWSTR
§lpDisplayName: LPWSTR
§ServiceStatus: SERVICE_STATUS
Trait Implementations§
Source§impl Clone for ENUM_SERVICE_STATUSW
impl Clone for ENUM_SERVICE_STATUSW
Source§fn clone(&self) -> ENUM_SERVICE_STATUSW
fn clone(&self) -> ENUM_SERVICE_STATUSW
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_STATUSW
impl Default for ENUM_SERVICE_STATUSW
Source§fn default() -> ENUM_SERVICE_STATUSW
fn default() -> ENUM_SERVICE_STATUSW
Returns the “default value” for a type. Read more
impl Copy for ENUM_SERVICE_STATUSW
Auto Trait Implementations§
impl Freeze for ENUM_SERVICE_STATUSW
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