Struct three::CubeMap [] [src]

pub struct CubeMap<T> { /* fields omitted */ }

Cubemap is six textures useful for Cubemapping.

Trait Implementations

impl<T: Clone> Clone for CubeMap<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for CubeMap<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: PartialEq> PartialEq for CubeMap<T>
[src]

[src]

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

[src]

This method tests for !=.

impl<T: Eq> Eq for CubeMap<T>
[src]

impl<T: Hash> Hash for CubeMap<T>
[src]

[src]

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

1.3.0
[src]

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

Auto Trait Implementations

impl<T> Send for CubeMap<T> where
    T: Send

impl<T> Sync for CubeMap<T> where
    T: Sync