Struct picohttpparser_sys::phr_chunked_decoder [] [src]

#[repr(C)]
pub struct phr_chunked_decoder { pub bytes_left_in_chunk: size_t, pub consume_trailer: c_char, // some fields omitted }

Fields

Trait Implementations

impl Clone for phr_chunked_decoder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for phr_chunked_decoder
[src]

impl Debug for phr_chunked_decoder
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations