#[repr(C)]pub struct _QUERY_SERVICE_CONFIGW {
pub dwServiceType: DWORD,
pub dwStartType: DWORD,
pub dwErrorControl: DWORD,
pub lpBinaryPathName: LPWSTR,
pub lpLoadOrderGroup: LPWSTR,
pub dwTagId: DWORD,
pub lpDependencies: LPWSTR,
pub lpServiceStartName: LPWSTR,
pub lpDisplayName: LPWSTR,
}
Fields§
§dwServiceType: DWORD
§dwStartType: DWORD
§dwErrorControl: DWORD
§lpBinaryPathName: LPWSTR
§lpLoadOrderGroup: LPWSTR
§dwTagId: DWORD
§lpDependencies: LPWSTR
§lpServiceStartName: LPWSTR
§lpDisplayName: LPWSTR
Trait Implementations§
Source§impl Clone for _QUERY_SERVICE_CONFIGW
impl Clone for _QUERY_SERVICE_CONFIGW
Source§fn clone(&self) -> _QUERY_SERVICE_CONFIGW
fn clone(&self) -> _QUERY_SERVICE_CONFIGW
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 _QUERY_SERVICE_CONFIGW
impl Debug for _QUERY_SERVICE_CONFIGW
Source§impl Ord for _QUERY_SERVICE_CONFIGW
impl Ord for _QUERY_SERVICE_CONFIGW
Source§fn cmp(&self, other: &_QUERY_SERVICE_CONFIGW) -> Ordering
fn cmp(&self, other: &_QUERY_SERVICE_CONFIGW) -> 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 _QUERY_SERVICE_CONFIGW
impl PartialEq for _QUERY_SERVICE_CONFIGW
Source§impl PartialOrd for _QUERY_SERVICE_CONFIGW
impl PartialOrd for _QUERY_SERVICE_CONFIGW
impl Copy for _QUERY_SERVICE_CONFIGW
impl Eq for _QUERY_SERVICE_CONFIGW
impl StructuralPartialEq for _QUERY_SERVICE_CONFIGW
Auto Trait Implementations§
impl Freeze for _QUERY_SERVICE_CONFIGW
impl RefUnwindSafe for _QUERY_SERVICE_CONFIGW
impl !Send for _QUERY_SERVICE_CONFIGW
impl !Sync for _QUERY_SERVICE_CONFIGW
impl Unpin for _QUERY_SERVICE_CONFIGW
impl UnwindSafe for _QUERY_SERVICE_CONFIGW
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