Struct gdnative::IP_Unix[][src]

pub struct IP_Unix { /* fields omitted */ }

core class IP_Unix : IP (manually managed)

Base class

IP_Unix inherits IP and all of its methods.

Methods

impl IP_Unix
[src]

Up-cast.

Methods from Deref<Target = IP>

Up-cast.

Trait Implementations

impl GodotObject for IP_Unix
[src]

impl Deref for IP_Unix
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for IP_Unix
[src]

Mutably dereferences the value.

Auto Trait Implementations

impl !Send for IP_Unix

impl !Sync for IP_Unix