Struct gdnative_audio::AudioServer[][src]

pub struct AudioServer { /* fields omitted */ }

core singleton class AudioServer inherits Object (unsafe).

Official documentation

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

Feature flag

This type is behind the gdnative crate's audio feature flag.

Class hierarchy

AudioServer inherits methods from:

Methods

impl AudioServer
[src]

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Inherited from Object.

Up-cast.

Generic dynamic cast.

Trait Implementations

impl Copy for AudioServer
[src]

impl Clone for AudioServer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AudioServer
[src]

Formats the value using the given formatter. Read more

impl GodotObject for AudioServer
[src]

impl ToVariant for AudioServer
[src]

Auto Trait Implementations

impl !Send for AudioServer

impl !Sync for AudioServer