Type Alias miniblink_sys::wkeProxy

source ·
pub type wkeProxy = _wkeProxy;

Aliased Type§

struct wkeProxy {
    pub type_: _wkeProxyType,
    pub hostname: [i8; 100],
    pub port: u16,
    pub username: [i8; 50],
    pub password: [i8; 50],
}

Fields§

§type_: _wkeProxyType§hostname: [i8; 100]§port: u16§username: [i8; 50]§password: [i8; 50]