Struct wren::Handle [] [src]

pub struct Handle(_);

Reference-counted wrapper around WrenHandle.

Automatically calls wrenReleaseHandle when there are no more references.

Trait Implementations

impl Clone for Handle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more