pub type SERVERSILO_BASIC_INFORMATION = _SERVERSILO_BASIC_INFORMATION;
Aliased Type§
struct SERVERSILO_BASIC_INFORMATION {
pub ServiceSessionId: u32,
pub State: i32,
pub ExitStatus: u32,
pub Reserved: u8,
pub ApiSetSchema: *mut c_void,
pub HostApiSetSchema: *mut c_void,
pub ContainerBuildNumber: u32,
pub HostBuildNumber: u32,
}
Fields§
§ServiceSessionId: u32
§State: i32
§ExitStatus: u32
§Reserved: u8
§ApiSetSchema: *mut c_void
§HostApiSetSchema: *mut c_void
§ContainerBuildNumber: u32
§HostBuildNumber: u32
Trait Implementations
Source§impl Clone for _SERVERSILO_BASIC_INFORMATION
impl Clone for _SERVERSILO_BASIC_INFORMATION
Source§fn clone(&self) -> _SERVERSILO_BASIC_INFORMATION
fn clone(&self) -> _SERVERSILO_BASIC_INFORMATION
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 Ord for _SERVERSILO_BASIC_INFORMATION
impl Ord for _SERVERSILO_BASIC_INFORMATION
Source§fn cmp(&self, other: &_SERVERSILO_BASIC_INFORMATION) -> Ordering
fn cmp(&self, other: &_SERVERSILO_BASIC_INFORMATION) -> 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 _SERVERSILO_BASIC_INFORMATION
impl PartialEq for _SERVERSILO_BASIC_INFORMATION
Source§fn eq(&self, other: &_SERVERSILO_BASIC_INFORMATION) -> bool
fn eq(&self, other: &_SERVERSILO_BASIC_INFORMATION) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.