#[repr(C)]pub struct SERVERSILO_BASIC_INFORMATION {
pub ServiceSessionId: u32,
pub State: SERVERSILO_STATE,
pub ExitStatus: u32,
pub IsDownlevelContainer: BOOLEAN,
pub ApiSetSchema: *mut c_void,
pub HostApiSetSchema: *mut c_void,
}Expand description
Required features: "Win32_System_SystemServices", "Win32_Foundation"
Fields
ServiceSessionId: u32State: SERVERSILO_STATEExitStatus: u32IsDownlevelContainer: BOOLEANApiSetSchema: *mut c_voidHostApiSetSchema: *mut c_voidTrait Implementations
impl Clone for SERVERSILO_BASIC_INFORMATION
impl Clone for SERVERSILO_BASIC_INFORMATION
impl Copy for SERVERSILO_BASIC_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for SERVERSILO_BASIC_INFORMATION
impl !Send for SERVERSILO_BASIC_INFORMATION
impl !Sync for SERVERSILO_BASIC_INFORMATION
impl Unpin for SERVERSILO_BASIC_INFORMATION
impl UnwindSafe for SERVERSILO_BASIC_INFORMATION
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