Struct gdnative_visual_script::common::libc::sockaddr_ctl[][src]

#[repr(C)]
pub struct sockaddr_ctl { pub sc_len: u8, pub sc_family: u8, pub ss_sysaddr: u16, pub sc_id: u32, pub sc_unit: u32, pub sc_reserved: [u32; 5], }

Fields

Trait Implementations

impl Clone for sockaddr_ctl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for sockaddr_ctl
[src]

Auto Trait Implementations