Struct euclid::BoolVector2D[][src]

pub struct BoolVector2D {
    pub x: bool,
    pub y: bool,
}

Fields

Methods

impl BoolVector2D
[src]

Trait Implementations

impl Copy for BoolVector2D
[src]

impl Clone for BoolVector2D
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BoolVector2D
[src]

Formats the value using the given formatter. Read more

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

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