Struct collider::geom::CardMask [] [src]

pub struct CardMask { /* fields omitted */ }

A map from Card to bool, typically used to specify allowed normal vector directions.

Methods

impl CardMask
[src]

[src]

Creates a CardMask with all values set to false.

[src]

Creates a CardMask with all values set to true.

Trait Implementations

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

impl Copy for CardMask
[src]

impl Clone for CardMask
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for CardMask
[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 From<Card> for CardMask
[src]

[src]

Performs the conversion.

impl Index<Card> for CardMask
[src]

The returned type after indexing.

[src]

Performs the indexing (container[index]) operation.

impl IndexMut<Card> for CardMask
[src]

[src]

Performs the mutable indexing (container[index]) operation.

impl Debug for CardMask
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CardMask

impl Sync for CardMask