#[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 UnsafeUnpin 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