Struct winapi::inaddr::in_addr_S_un_b [] [src]

pub struct in_addr_S_un_b {
    pub s_b1: UCHAR,
    pub s_b2: UCHAR,
    pub s_b3: UCHAR,
    pub s_b4: UCHAR,
}

Fields

s_b1: UCHAR s_b2: UCHAR s_b3: UCHAR s_b4: UCHAR

Trait Implementations

impl Debug for in_addr_S_un_b
[src]

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

Formats the value using the given formatter.

impl Copy for in_addr_S_un_b
[src]

impl Clone for in_addr_S_un_b
[src]

fn clone(&self) -> in_addr_S_un_b

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