Skip to main content

mbProxy

Type Alias mbProxy 

Source
pub type mbProxy = _mbProxy;

Aliased Type§

#[repr(C)]
pub struct mbProxy { 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]