Enum nx::Type [] [src]

#[repr(u16)]
pub enum Type { Empty, Integer, Float, String, Vector, Bitmap, Audio, }

The types of NX nodes.

Variants

A node containing no data.

A node containing integer data.

A node containing floating-point data.

A node containing string data.

A node containing vector (or point) data.

A node containing bitmap data.

A node containing audio data.

Trait Implementations

impl PartialEq for Type
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for Type
[src]

impl Clone for Type
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Type
[src]

impl Debug for Type
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Type

impl Sync for Type