Struct gdnative_visual_script::common::euclid::BoolVector3D[]

pub struct BoolVector3D {
    pub x: bool,
    pub y: bool,
    pub z: bool,
}

Fields

Methods

impl BoolVector3D

Trait Implementations

impl Eq for BoolVector3D

impl Copy for BoolVector3D

impl Debug for BoolVector3D

Formats the value using the given formatter. Read more

impl Clone for BoolVector3D

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for BoolVector3D

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

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

impl PartialEq<BoolVector3D> for BoolVector3D

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

This method tests for !=.

Auto Trait Implementations