Type Alias miniblink_sys::wkeProxy

source ·
pub type wkeProxy = _wkeProxy;

Aliased Type§

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

Fields§

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