Struct gdnative_visual_script::common::libc::protoent [−][src]
#[repr(C)]pub struct protoent { pub p_name: *mut i8, pub p_aliases: *mut *mut i8, pub p_proto: i32, }
Fields
p_name: *mut i8
p_aliases: *mut *mut i8
p_proto: i32
Trait Implementations
impl Clone for protoent
[src]
impl Clone for protoent
fn clone(&self) -> protoent
[src]
fn clone(&self) -> protoent
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 protoent
[src]
impl Copy for protoent