Struct winapi::inaddr::in_addr
[−]
[src]
pub struct in_addr { pub S_un: ULONG, }
Fields
S_un |
Methods
impl in_addr
[src]
unsafe fn S_un_b(&self) -> &in_addr_S_un_b
unsafe fn S_un_b_mut(&mut self) -> &mut in_addr_S_un_b
impl in_addr
[src]
unsafe fn S_un_w(&self) -> &in_addr_S_un_w
unsafe fn S_un_w_mut(&mut self) -> &mut in_addr_S_un_w
impl in_addr
[src]
unsafe fn S_addr(&self) -> &ULONG
unsafe fn S_addr_mut(&mut self) -> &mut ULONG
Trait Implementations
impl Copy for in_addr
[src]
impl Clone for in_addr
[src]
fn clone(&self) -> in_addr
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