[−][src]Struct nginx::ngx_http_v2_state_t
Fields
sid: ngx_uint_tlength: size_tpadding: size_t_bitfield_1: __BindgenBitfieldUnit<[u8; 2], u8>header: ngx_http_v2_header_theader_limit: size_tfield_state: u_charfield_start: *mut u_charfield_end: *mut u_charfield_rest: size_tpool: *mut ngx_pool_tstream: *mut ngx_http_v2_stream_tbuffer: [u_char; 16]buffer_used: size_thandler: ngx_http_v2_handler_ptImplementations
impl ngx_http_v2_state_t[src]
pub fn flags(&self) -> c_uint[src]
pub fn set_flags(&mut self, val: c_uint)[src]
pub fn incomplete(&self) -> c_uint[src]
pub fn set_incomplete(&mut self, val: c_uint)[src]
pub fn keep_pool(&self) -> c_uint[src]
pub fn set_keep_pool(&mut self, val: c_uint)[src]
pub fn parse_name(&self) -> c_uint[src]
pub fn set_parse_name(&mut self, val: c_uint)[src]
pub fn parse_value(&self) -> c_uint[src]
pub fn set_parse_value(&mut self, val: c_uint)[src]
pub fn index(&self) -> c_uint[src]
pub fn set_index(&mut self, val: c_uint)[src]
pub fn new_bitfield_1(
flags: c_uint,
incomplete: c_uint,
keep_pool: c_uint,
parse_name: c_uint,
parse_value: c_uint,
index: c_uint
) -> __BindgenBitfieldUnit<[u8; 2], u8>[src]
flags: c_uint,
incomplete: c_uint,
keep_pool: c_uint,
parse_name: c_uint,
parse_value: c_uint,
index: c_uint
) -> __BindgenBitfieldUnit<[u8; 2], u8>
Trait Implementations
impl Clone for ngx_http_v2_state_t[src]
fn clone(&self) -> ngx_http_v2_state_t[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ngx_http_v2_state_t[src]
impl Debug for ngx_http_v2_state_t[src]
Auto Trait Implementations
impl RefUnwindSafe for ngx_http_v2_state_t
impl !Send for ngx_http_v2_state_t
impl !Sync for ngx_http_v2_state_t
impl Unpin for ngx_http_v2_state_t
impl UnwindSafe for ngx_http_v2_state_t
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>,