Struct gdnative_visual_script::common::libc::sockaddr_inarp [−][src]
#[repr(C)]pub struct sockaddr_inarp { pub sin_len: u8, pub sin_family: u8, pub sin_port: u16, pub sin_addr: in_addr, pub sin_srcaddr: in_addr, pub sin_tos: u16, pub sin_other: u16, }
Fields
sin_len: u8
sin_family: u8
sin_port: u16
sin_addr: in_addr
sin_srcaddr: in_addr
sin_tos: u16
sin_other: u16
Trait Implementations
impl Clone for sockaddr_inarp
[src]
impl Clone for sockaddr_inarp
fn clone(&self) -> sockaddr_inarp
[src]
fn clone(&self) -> sockaddr_inarp
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for sockaddr_inarp
[src]
impl Copy for sockaddr_inarp
Auto Trait Implementations
impl Send for sockaddr_inarp
impl Send for sockaddr_inarp
impl Sync for sockaddr_inarp
impl Sync for sockaddr_inarp