[][src]Struct zoom_sdk_windows_sys::ZOOMSDK_tagProxySettings

#[repr(C)]pub struct ZOOMSDK_tagProxySettings {
    pub proxy: *const u16,
    pub auto_detect: bool,
}

\struct tagProxySettings \brief The proxy that the user want to use according to the net environment. Here are more detailed structural descriptions.

Fields

proxy: *const u16

<The proxy ip address and port that user want to use, should be organized like ip:port, such as '255.255.255.255:8080'. Use ';' to separate multi proxies.

auto_detect: bool

<TRUE indicates automatic detection.

Trait Implementations

impl Clone for ZOOMSDK_tagProxySettings[src]

impl Copy for ZOOMSDK_tagProxySettings[src]

impl Debug for ZOOMSDK_tagProxySettings[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.