Struct miniblink_sys::wkeProxyType
source · #[repr(transparent)]pub struct wkeProxyType(pub c_int);Tuple Fields§
§0: c_intImplementations§
source§impl _wkeProxyType
impl _wkeProxyType
pub const WKE_PROXY_NONE: _wkeProxyType = _
source§impl _wkeProxyType
impl _wkeProxyType
pub const WKE_PROXY_HTTP: _wkeProxyType = _
source§impl _wkeProxyType
impl _wkeProxyType
pub const WKE_PROXY_SOCKS4: _wkeProxyType = _
source§impl _wkeProxyType
impl _wkeProxyType
pub const WKE_PROXY_SOCKS4A: _wkeProxyType = _
source§impl _wkeProxyType
impl _wkeProxyType
pub const WKE_PROXY_SOCKS5: _wkeProxyType = _
source§impl _wkeProxyType
impl _wkeProxyType
pub const WKE_PROXY_SOCKS5HOSTNAME: _wkeProxyType = _
Trait Implementations§
source§impl Clone for _wkeProxyType
impl Clone for _wkeProxyType
source§fn clone(&self) -> _wkeProxyType
fn clone(&self) -> _wkeProxyType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for _wkeProxyType
impl Debug for _wkeProxyType
source§impl Hash for _wkeProxyType
impl Hash for _wkeProxyType
source§impl PartialEq for _wkeProxyType
impl PartialEq for _wkeProxyType
source§fn eq(&self, other: &_wkeProxyType) -> bool
fn eq(&self, other: &_wkeProxyType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for _wkeProxyType
impl Eq for _wkeProxyType
impl StructuralPartialEq for _wkeProxyType
Auto Trait Implementations§
impl Freeze for _wkeProxyType
impl RefUnwindSafe for _wkeProxyType
impl Send for _wkeProxyType
impl Sync for _wkeProxyType
impl Unpin for _wkeProxyType
impl UnwindSafe for _wkeProxyType
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