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 | |
s_w2 |
Trait Implementations
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