#[repr(C)]pub struct NetConn_HttpProxy {
pub host: [c_char; 256],
pub exclusionList: [[c_char; 256]; 256],
pub exclusionListSize: i32,
pub port: u16,
}Expand description
@brief Defines the proxy configuration information.
@since 11 @version 1.0
Fields§
§host: [c_char; 256]Host name
exclusionList: [[c_char; 256]; 256]Exclusion list of proxy servers
exclusionListSize: i32Actual size of the exclusion list
port: u16Port number
Trait Implementations§
Source§impl Clone for NetConn_HttpProxy
impl Clone for NetConn_HttpProxy
Source§fn clone(&self) -> NetConn_HttpProxy
fn clone(&self) -> NetConn_HttpProxy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 NetConn_HttpProxy
impl Debug for NetConn_HttpProxy
impl Copy for NetConn_HttpProxy
Auto Trait Implementations§
impl Freeze for NetConn_HttpProxy
impl RefUnwindSafe for NetConn_HttpProxy
impl Send for NetConn_HttpProxy
impl Sync for NetConn_HttpProxy
impl Unpin for NetConn_HttpProxy
impl UnsafeUnpin for NetConn_HttpProxy
impl UnwindSafe for NetConn_HttpProxy
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