Struct classicube_sys::FetchServersData
source ·
[−]#[repr(C)]pub struct FetchServersData {
pub Base: LWebTask,
pub servers: *mut ServerInfo,
pub orders: *mut cc_uint16,
pub numServers: c_int,
}Fields
Base: LWebTaskservers: *mut ServerInfoorders: *mut cc_uint16numServers: c_intTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for FetchServersData
impl !Send for FetchServersData
impl !Sync for FetchServersData
impl Unpin for FetchServersData
impl UnwindSafe for FetchServersData
Blanket Implementations
Mutably borrows from an owned value. Read more
