#[repr(C)]pub struct ngx_http_upstream_srv_conf_s {
pub peer: ngx_http_upstream_peer_t,
pub srv_conf: *mut *mut c_void,
pub servers: *mut ngx_array_t,
pub flags: usize,
pub host: ngx_str_t,
pub file_name: *mut u8,
pub line: usize,
pub port: u16,
pub no_port: usize,
pub shm_zone: *mut ngx_shm_zone_s,
}
Fields§
§peer: ngx_http_upstream_peer_t
§srv_conf: *mut *mut c_void
§servers: *mut ngx_array_t
§flags: usize
§host: ngx_str_t
§file_name: *mut u8
§line: usize
§port: u16
§no_port: usize
§shm_zone: *mut ngx_shm_zone_s
Trait Implementations§
Source§impl Clone for ngx_http_upstream_srv_conf_s
impl Clone for ngx_http_upstream_srv_conf_s
Source§fn clone(&self) -> ngx_http_upstream_srv_conf_s
fn clone(&self) -> ngx_http_upstream_srv_conf_s
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 ngx_http_upstream_srv_conf_s
impl Debug for ngx_http_upstream_srv_conf_s
impl Copy for ngx_http_upstream_srv_conf_s
Auto Trait Implementations§
impl Freeze for ngx_http_upstream_srv_conf_s
impl RefUnwindSafe for ngx_http_upstream_srv_conf_s
impl !Send for ngx_http_upstream_srv_conf_s
impl !Sync for ngx_http_upstream_srv_conf_s
impl Unpin for ngx_http_upstream_srv_conf_s
impl UnwindSafe for ngx_http_upstream_srv_conf_s
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