Struct tcl::object::Object [] [src]

pub struct Object<'env> { /* fields omitted */ }

A Tcl value

Methods

impl<'env> Object<'env>
[src]

Create a new Tcl value

Set the contents of this Tcl object to val

Get the contents of this Tcl object

Get the string representation of a Tcl value

Get the byte array representation of a Tcl value

Is the value currently used to represent multiple variables in an interpreter

Trait Implementations

impl<'env> Drop for Object<'env>
[src]

A method called when the value goes out of scope. Read more

impl<'env> Clone for Object<'env>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more