Struct soup_sys::SoupRequestData[][src]

#[repr(C)]
pub struct SoupRequestData { pub parent: SoupRequest, pub priv_: *mut SoupRequestDataPrivate, }

Fields

Trait Implementations

impl Copy for SoupRequestData
[src]

impl Clone for SoupRequestData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SoupRequestData
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations