Struct gdnative_visual_script::common::geom::euclid::BoolVector2D[]

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

Fields

Methods

impl BoolVector2D

Trait Implementations

impl Eq for BoolVector2D

impl Copy for BoolVector2D

impl Debug for BoolVector2D

Formats the value using the given formatter. Read more

impl Clone for BoolVector2D

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for BoolVector2D

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

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

impl PartialEq<BoolVector2D> for BoolVector2D

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

This method tests for !=.

Auto Trait Implementations