[][src]Struct gdnative::IP_Unix

pub struct IP_Unix { /* fields omitted */ }

core class IP_Unix inherits IP (unsafe).

Official documentation

See the documentation of this class in the Godot engine's official documentation.

Class hierarchy

IP_Unix inherits methods from:

Methods

impl IP_Unix[src]

pub unsafe fn to_ip(&self) -> IP[src]

Up-cast.

pub unsafe fn to_object(&self) -> Object[src]

Up-cast.

pub unsafe fn cast<T>(&self) -> Option<T> where
    T: GodotObject
[src]

Generic dynamic cast.

Methods from Deref<Target = IP>

pub fn clear_cache(&mut self, hostname: GodotString)[src]

pub fn erase_resolve_item(&mut self, id: i64)[src]

pub fn get_local_addresses(&self) -> VariantArray[src]

pub fn get_local_interfaces(&self) -> VariantArray[src]

pub fn get_resolve_item_address(&self, id: i64) -> GodotString[src]

pub fn get_resolve_item_status(&self, id: i64) -> IPResolverStatus[src]

pub fn resolve_hostname(
    &mut self,
    host: GodotString,
    ip_type: i64
) -> GodotString
[src]

pub fn resolve_hostname_queue_item(
    &mut self,
    host: GodotString,
    ip_type: i64
) -> i64
[src]

pub fn to_object(&self) -> Object[src]

Up-cast.

pub fn cast<T>(&self) -> Option<T> where
    T: GodotObject
[src]

Generic dynamic cast.

Trait Implementations

impl Clone for IP_Unix[src]

impl Copy for IP_Unix[src]

impl Debug for IP_Unix[src]

impl Deref for IP_Unix[src]

type Target = IP

The resulting type after dereferencing.

impl DerefMut for IP_Unix[src]

impl FromVariant for IP_Unix[src]

impl GodotObject for IP_Unix[src]

impl ToVariant for IP_Unix[src]

Auto Trait Implementations

impl RefUnwindSafe for IP_Unix

impl !Send for IP_Unix

impl !Sync for IP_Unix

impl Unpin for IP_Unix

impl UnwindSafe for IP_Unix

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Export for T where
    T: GodotObject + ToVariant
[src]

type Hint = ()

A type-specific hint type that is valid for the type being exported.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.