[−][src]Struct nginx::ngx_http_v2_connection_s
Fields
connection: *mut ngx_connection_t
http_connection: *mut ngx_http_connection_t
total_bytes: off_t
payload_bytes: off_t
processing: ngx_uint_t
frames: ngx_uint_t
idle: ngx_uint_t
priority_limit: ngx_uint_t
pushing: ngx_uint_t
concurrent_pushes: ngx_uint_t
send_window: size_t
recv_window: size_t
init_window: size_t
frame_size: size_t
waiting: ngx_queue_t
state: ngx_http_v2_state_t
hpack: ngx_http_v2_hpack_t
pool: *mut ngx_pool_t
free_frames: *mut ngx_http_v2_out_frame_t
free_fake_connections: *mut ngx_connection_t
streams_index: *mut *mut ngx_http_v2_node_t
last_out: *mut ngx_http_v2_out_frame_t
dependencies: ngx_queue_t
closed: ngx_queue_t
last_sid: ngx_uint_t
last_push: ngx_uint_t
lingering_time: time_t
_bitfield_1: __BindgenBitfieldUnit<[u8; 2], u8>
__bindgen_padding_0: [u16; 3]
Implementations
impl ngx_http_v2_connection_s
[src]
pub fn closed_nodes(&self) -> c_uint
[src]
pub fn set_closed_nodes(&mut self, val: c_uint)
[src]
pub fn settings_ack(&self) -> c_uint
[src]
pub fn set_settings_ack(&mut self, val: c_uint)
[src]
pub fn table_update(&self) -> c_uint
[src]
pub fn set_table_update(&mut self, val: c_uint)
[src]
pub fn blocked(&self) -> c_uint
[src]
pub fn set_blocked(&mut self, val: c_uint)
[src]
pub fn goaway(&self) -> c_uint
[src]
pub fn set_goaway(&mut self, val: c_uint)
[src]
pub fn push_disabled(&self) -> c_uint
[src]
pub fn set_push_disabled(&mut self, val: c_uint)
[src]
pub fn new_bitfield_1(
closed_nodes: c_uint,
settings_ack: c_uint,
table_update: c_uint,
blocked: c_uint,
goaway: c_uint,
push_disabled: c_uint
) -> __BindgenBitfieldUnit<[u8; 2], u8>
[src]
closed_nodes: c_uint,
settings_ack: c_uint,
table_update: c_uint,
blocked: c_uint,
goaway: c_uint,
push_disabled: c_uint
) -> __BindgenBitfieldUnit<[u8; 2], u8>
Trait Implementations
impl Clone for ngx_http_v2_connection_s
[src]
fn clone(&self) -> ngx_http_v2_connection_s
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ngx_http_v2_connection_s
[src]
impl Debug for ngx_http_v2_connection_s
[src]
Auto Trait Implementations
impl RefUnwindSafe for ngx_http_v2_connection_s
impl !Send for ngx_http_v2_connection_s
impl !Sync for ngx_http_v2_connection_s
impl Unpin for ngx_http_v2_connection_s
impl UnwindSafe for ngx_http_v2_connection_s
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,