Struct conrod::render::OwnedPrimitives [] [src]

pub struct OwnedPrimitives { /* fields omitted */ }

An owned alternative to the Primitives type.

This is particularly useful for sending rendering data across threads.

Produce an OwnedPrimitives instance via the Primitives::owned method.

Methods

impl OwnedPrimitives
[src]

[src]

Produce an iterator-like type for yielding Primitives.

Trait Implementations

impl Clone for OwnedPrimitives
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more