Struct winapi::winsock2::netent
[−]
[src]
pub struct netent {
pub n_name: *mut c_char,
pub n_aliases: *mut *mut c_char,
pub n_addrtype: c_short,
pub n_net: u_long,
}Fields
n_name | |
n_aliases | |
n_addrtype | |
n_net |
Trait Implementations
impl Copy for netent[src]
impl Clone for netent[src]
fn clone(&self) -> netent
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more