Struct gdnative_sys::godot_variant [] [src]

#[repr(C)]
pub struct godot_variant { pub _dont_touch_that: [u8; 24], }

Fields

Trait Implementations

impl Debug for godot_variant
[src]

Formats the value using the given formatter.

impl Copy for godot_variant
[src]

impl Clone for godot_variant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<()> for godot_variant
[src]

Performs the conversion.

impl Into<()> for godot_variant
[src]

Performs the conversion.

impl From<bool> for godot_variant
[src]

Performs the conversion.

impl Into<bool> for godot_variant
[src]

Performs the conversion.

impl From<u64> for godot_variant
[src]

Performs the conversion.

impl From<i64> for godot_variant
[src]

Performs the conversion.

impl Into<i64> for godot_variant
[src]

Performs the conversion.

impl From<String> for godot_variant
[src]

Performs the conversion.

impl<'a> From<&'a str> for godot_variant
[src]

Performs the conversion.

impl<T> From<Option<T>> for godot_variant where
    godot_variant: From<T>, 
[src]

Performs the conversion.