Struct turbine_scene3d::Vector3Uniform[][src]

pub struct Vector3Uniform(_);

References a 3D vector uniform.

Trait Implementations

impl Copy for Vector3Uniform
[src]

impl Clone for Vector3Uniform
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Vector3Uniform
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Vector3Uniform
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Vector3Uniform
[src]

impl Hash for Vector3Uniform
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations