Struct soup_sys::SoupBuffer[][src]

#[repr(C)]
pub struct SoupBuffer { pub data: *mut c_char, pub length: size_t, }

Fields

Trait Implementations

impl Debug for SoupBuffer
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for SoupBuffer

impl !Sync for SoupBuffer