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 | |
s_b2 | |
s_b3 | |
s_b4 |
Trait Implementations
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