[−][src]Struct nginx::ngx_http_v2_connection_s
Fields
connection: *mut ngx_connection_thttp_connection: *mut ngx_http_connection_ttotal_bytes: off_tpayload_bytes: off_tprocessing: ngx_uint_tframes: ngx_uint_tidle: ngx_uint_tpriority_limit: ngx_uint_tpushing: ngx_uint_tconcurrent_pushes: ngx_uint_tsend_window: size_trecv_window: size_tinit_window: size_tframe_size: size_twaiting: ngx_queue_tstate: ngx_http_v2_state_thpack: ngx_http_v2_hpack_tpool: *mut ngx_pool_tfree_frames: *mut ngx_http_v2_out_frame_tfree_fake_connections: *mut ngx_connection_tstreams_index: *mut *mut ngx_http_v2_node_tlast_out: *mut ngx_http_v2_out_frame_tdependencies: ngx_queue_tclosed: ngx_queue_tlast_sid: ngx_uint_tlast_push: ngx_uint_tlingering_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>,