Struct winapi::inaddr::in_addr_S_un_w [] [src]

pub struct in_addr_S_un_w {
    pub s_w1: USHORT,
    pub s_w2: USHORT,
}

Fields

s_w1: USHORT s_w2: USHORT

Trait Implementations

impl Debug for in_addr_S_un_w
[src]

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

Formats the value using the given formatter.

impl Copy for in_addr_S_un_w
[src]

impl Clone for in_addr_S_un_w
[src]

fn clone(&self) -> in_addr_S_un_w

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