Struct miniblink_sys::_wkeProxy
source · #[repr(C)]pub struct _wkeProxy {
pub type_: wkeProxyType,
pub hostname: [c_char; 100],
pub port: c_ushort,
pub username: [c_char; 50],
pub password: [c_char; 50],
}Fields§
§type_: wkeProxyType§hostname: [c_char; 100]§port: c_ushort§username: [c_char; 50]§password: [c_char; 50]Trait Implementations§
Auto Trait Implementations§
impl Freeze for _wkeProxy
impl RefUnwindSafe for _wkeProxy
impl Send for _wkeProxy
impl Sync for _wkeProxy
impl Unpin for _wkeProxy
impl UnwindSafe for _wkeProxy
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