Struct windows_sys::Win32::System::Services::QUERY_SERVICE_CONFIGW
[−]#[repr(C)]pub struct QUERY_SERVICE_CONFIGW {
pub dwServiceType: ENUM_SERVICE_TYPE,
pub dwStartType: SERVICE_START_TYPE,
pub dwErrorControl: SERVICE_ERROR,
pub lpBinaryPathName: PWSTR,
pub lpLoadOrderGroup: PWSTR,
pub dwTagId: u32,
pub lpDependencies: PWSTR,
pub lpServiceStartName: PWSTR,
pub lpDisplayName: PWSTR,
}
Expand description
Required features: "Win32_System_Services"
Fields
dwServiceType: ENUM_SERVICE_TYPE
dwStartType: SERVICE_START_TYPE
dwErrorControl: SERVICE_ERROR
lpBinaryPathName: PWSTR
lpLoadOrderGroup: PWSTR
dwTagId: u32
lpDependencies: PWSTR
lpServiceStartName: PWSTR
lpDisplayName: PWSTR
Trait Implementations
impl Clone for QUERY_SERVICE_CONFIGW
impl Clone for QUERY_SERVICE_CONFIGW
impl Copy for QUERY_SERVICE_CONFIGW
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more