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
headers: *mut iovec
hdr_cnt: i32
trailers: *mut iovec
trl_cnt: i32
Trait Implementations
impl Clone for sf_hdtr
[src]
impl Clone for sf_hdtr
fn clone(&self) -> sf_hdtr
[src]
fn clone(&self) -> sf_hdtr
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for sf_hdtr
[src]
impl Copy for sf_hdtr