#[repr(C)]pub struct _ENUM_SERVICE_STATUSA {
pub lpServiceName: LPSTR,
pub lpDisplayName: LPSTR,
pub ServiceStatus: SERVICE_STATUS,
}
Fields§
§lpServiceName: LPSTR
§lpDisplayName: LPSTR
§ServiceStatus: SERVICE_STATUS
Trait Implementations§
Source§impl Clone for _ENUM_SERVICE_STATUSA
impl Clone for _ENUM_SERVICE_STATUSA
Source§fn clone(&self) -> _ENUM_SERVICE_STATUSA
fn clone(&self) -> _ENUM_SERVICE_STATUSA
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 moreSource§impl Debug for _ENUM_SERVICE_STATUSA
impl Debug for _ENUM_SERVICE_STATUSA
Source§impl Ord for _ENUM_SERVICE_STATUSA
impl Ord for _ENUM_SERVICE_STATUSA
Source§fn cmp(&self, other: &_ENUM_SERVICE_STATUSA) -> Ordering
fn cmp(&self, other: &_ENUM_SERVICE_STATUSA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _ENUM_SERVICE_STATUSA
impl PartialEq for _ENUM_SERVICE_STATUSA
Source§impl PartialOrd for _ENUM_SERVICE_STATUSA
impl PartialOrd for _ENUM_SERVICE_STATUSA
impl Copy for _ENUM_SERVICE_STATUSA
impl Eq for _ENUM_SERVICE_STATUSA
impl StructuralPartialEq for _ENUM_SERVICE_STATUSA
Auto Trait Implementations§
impl Freeze for _ENUM_SERVICE_STATUSA
impl RefUnwindSafe for _ENUM_SERVICE_STATUSA
impl !Send for _ENUM_SERVICE_STATUSA
impl !Sync for _ENUM_SERVICE_STATUSA
impl Unpin for _ENUM_SERVICE_STATUSA
impl UnwindSafe for _ENUM_SERVICE_STATUSA
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