#[repr(C)]pub struct _FSP_SERVICE {Show 13 fields
pub Version: UINT16,
pub UserContext: PVOID,
pub OnStart: FSP_SERVICE_START,
pub OnStop: FSP_SERVICE_STOP,
pub OnControl: FSP_SERVICE_CONTROL,
pub AcceptControl: ULONG,
pub ExitCode: ULONG,
pub StatusHandle: SERVICE_STATUS_HANDLE,
pub ServiceStatus: SERVICE_STATUS,
pub ServiceStatusGuard: CRITICAL_SECTION,
pub ServiceStopGuard: CRITICAL_SECTION,
pub AllowConsoleMode: BOOLEAN,
pub ServiceName: __IncompleteArrayField<WCHAR>,
}Fields§
§Version: UINT16§UserContext: PVOID§OnStart: FSP_SERVICE_START§OnStop: FSP_SERVICE_STOP§OnControl: FSP_SERVICE_CONTROL§AcceptControl: ULONG§ExitCode: ULONG§StatusHandle: SERVICE_STATUS_HANDLE§ServiceStatus: SERVICE_STATUS§ServiceStatusGuard: CRITICAL_SECTION§ServiceStopGuard: CRITICAL_SECTION§AllowConsoleMode: BOOLEAN§ServiceName: __IncompleteArrayField<WCHAR>Trait Implementations§
Source§impl Debug for _FSP_SERVICE
impl Debug for _FSP_SERVICE
Auto Trait Implementations§
impl Freeze for _FSP_SERVICE
impl RefUnwindSafe for _FSP_SERVICE
impl !Send for _FSP_SERVICE
impl !Sync for _FSP_SERVICE
impl Unpin for _FSP_SERVICE
impl UnwindSafe for _FSP_SERVICE
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