Struct soup_sys::SoupBuffer[][src]

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

Fields

Trait Implementations

impl Copy for SoupBuffer
[src]

impl Clone for SoupBuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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