Struct gdnative_visual_script::common::libc::sf_hdtr[][src]

#[repr(C)]
pub struct sf_hdtr { pub headers: *mut iovec, pub hdr_cnt: i32, pub trailers: *mut iovec, pub trl_cnt: i32, }

Fields

Trait Implementations

impl Clone for sf_hdtr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for sf_hdtr
[src]

Auto Trait Implementations

impl !Send for sf_hdtr

impl !Sync for sf_hdtr