Struct gio::InetSocketAddress [−]
pub struct InetSocketAddress(_, _);
Methods
impl InetSocketAddress[src]
impl InetSocketAddresspub fn new(address: &InetAddress, port: u16) -> InetSocketAddress[src]
pub fn new(address: &InetAddress, port: u16) -> InetSocketAddressTrait Implementations
impl Clone for InetSocketAddress
impl Clone for InetSocketAddressfn clone(&self) -> InetSocketAddress
fn clone(&self) -> InetSocketAddressReturns 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 Debug for InetSocketAddress
impl Debug for InetSocketAddressimpl Hash for InetSocketAddress
impl Hash for InetSocketAddressfn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl StaticType for InetSocketAddress
impl StaticType for InetSocketAddressfn static_type() -> Type
fn static_type() -> TypeReturns the type identifier of Self.
impl<T: IsA<Object>> PartialEq<T> for InetSocketAddress
impl<T: IsA<Object>> PartialEq<T> for InetSocketAddressfn eq(&self, other: &T) -> bool
fn eq(&self, other: &T) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for InetSocketAddress
impl Eq for InetSocketAddressimpl IsA<SocketAddress> for InetSocketAddress
impl IsA<SocketAddress> for InetSocketAddressimpl IsA<SocketConnectable> for InetSocketAddress
impl IsA<SocketConnectable> for InetSocketAddressimpl IsA<Object> for InetSocketAddress
impl IsA<Object> for InetSocketAddressAuto Trait Implementations
impl !Send for InetSocketAddress
impl !Send for InetSocketAddressimpl !Sync for InetSocketAddress
impl !Sync for InetSocketAddress