Struct winapi::ws2def::SOCKADDR [] [src]

pub struct SOCKADDR {
    pub sa_family: ADDRESS_FAMILY,
    pub sa_data: [CHAR; 14],
}

Fields

sa_family: ADDRESS_FAMILY sa_data: [CHAR; 14]

Trait Implementations

impl Debug for SOCKADDR
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for SOCKADDR
[src]

impl Clone for SOCKADDR
[src]

fn clone(&self) -> SOCKADDR

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