#[repr(C)]pub struct mbProxy {
pub type_: mbProxyType,
pub hostname: [c_char; 100],
pub port: c_ushort,
pub username: [c_char; 50],
pub password: [c_char; 50],
}
Fields§
§type_: mbProxyType
§hostname: [c_char; 100]
§port: c_ushort
§username: [c_char; 50]
§password: [c_char; 50]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for mbProxy
impl RefUnwindSafe for mbProxy
impl Send for mbProxy
impl Sync for mbProxy
impl Unpin for mbProxy
impl UnwindSafe for mbProxy
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more