Struct dyon::Call[][src]

pub struct Call { /* fields omitted */ }

Used to call specific functions with arguments.

Methods

impl Call
[src]

Creates a new call.

Push value to argument list.

Push Vec4 to argument list.

Push Rust object to argument list.

Run call without any return value.

Run call with return value.

Convert return value to a Vec4 convertible type.

Auto Trait Implementations

impl Send for Call

impl !Sync for Call