Struct panda_sys::InetSocketAddress [−][src]
#[repr(C)]pub struct InetSocketAddress { pub host: *mut c_char, pub port: *mut c_char, pub has_numeric: bool, pub numeric: bool, pub has_to: bool, pub to: u16, pub has_ipv4: bool, pub ipv4: bool, pub has_ipv6: bool, pub ipv6: bool, }
Fields
host: *mut c_charport: *mut c_charhas_numeric: boolnumeric: boolhas_to: boolto: u16has_ipv4: boolipv4: boolhas_ipv6: boolipv6: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InetSocketAddressimpl !Send for InetSocketAddressimpl !Sync for InetSocketAddressimpl Unpin for InetSocketAddressimpl UnwindSafe for InetSocketAddressBlanket Implementations
Mutably borrows from an owned value. Read more