Struct dyon::Call [] [src]

pub struct Call { /* fields omitted */ }

Used to call specific functions with arguments.

Methods

impl Call
[src]

[src]

Creates a new call.

[src]

Push value to argument list.

[src]

Push Vec4 to argument list.

[src]

Push Rust object to argument list.

[src]

Run call without any return value.

[src]

Run call with return value.

[src]

Convert return value to a Vec4 convertible type.