Struct picohttpparser_sys::phr_header [] [src]

#[repr(C)]
pub struct phr_header { pub name: *const c_char, pub name_len: size_t, pub value: *const c_char, pub value_len: size_t, }

Fields

Trait Implementations

impl Clone for phr_header
[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_header
[src]

impl Debug for phr_header
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for phr_header
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for phr_header

impl !Sync for phr_header