Struct lua_actor::actor::Actor[][src]

pub struct Actor { /* fields omitted */ }

Methods

impl Actor
[src]

Trait Implementations

impl Clone for Actor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Actor
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Actor

impl Sync for Actor