Struct rpgffi::Value [] [src]

#[repr(C)]
pub struct Value { pub type_: NodeTag, pub val: Value_ValUnion, }

Fields

Trait Implementations

impl Copy for Value
[src]

impl Clone for Value
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more