Struct nalgebra::core::dimension::U3[][src]

pub struct U3;

Trait Implementations

impl Debug for U3
[src]

Formats the value using the given formatter. Read more

impl Copy for U3
[src]

impl Clone for U3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for U3
[src]

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

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

impl PartialEq for U3
[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 U3
[src]

impl Dim for U3
[src]

Gets the compile-time value of Self. Returns None if it is not known, i.e., if Self = Dynamic. Read more

Builds an instance of Self from a run-time value. Panics if Self is a type-level integer and dim != Self::try_to_usize().unwrap(). Read more

Gets the run-time value of self. For type-level integers, this is the same as Self::try_to_usize().unwrap(). Read more

impl DimName for U3
[src]

The name of this dimension, i.e., the singleton Self.

The value of this dimension.

impl IsNotStaticOne for U3
[src]

Auto Trait Implementations

impl Send for U3

impl Sync for U3