Struct soup_sys::SoupMessageBody[][src]

#[repr(C)]
pub struct SoupMessageBody { pub data: *const c_char, pub length: i64, }

Fields

Trait Implementations

impl Debug for SoupMessageBody
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations