Struct ggez::graphics::na::U57 [] [src]

pub struct U57;

Trait Implementations

impl Copy for U57
[src]

impl Clone for U57
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Dim for U57
[src]

[src]

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

[src]

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

[src]

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

[src]

impl Hash for U57
[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

impl PartialEq<U57> for U57
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for U57
[src]

[src]

Formats the value using the given formatter.

impl IsNotStaticOne for U57
[src]

impl Eq for U57
[src]

impl DimName for U57
[src]

[src]

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

[src]

The value of this dimension.