Struct gdnative::TCP_Server[][src]

pub struct TCP_Server { /* fields omitted */ }

core class TCP_Server : Reference (reference counted)

Base class

TCP_Server inherits Reference and all of its methods.

Memory management

The lifetime of this object is automatically managed through reference counting.

Methods

impl TCP_Server
[src]

Up-cast.

Creates a new reference to the same object.

Methods from Deref<Target = Reference>

Up-cast.

Trait Implementations

impl GodotObject for TCP_Server
[src]

impl Deref for TCP_Server
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for TCP_Server
[src]

Mutably dereferences the value.

impl Drop for TCP_Server
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for TCP_Server

impl !Sync for TCP_Server