Struct gdnative_visual_script::common::geom::euclid::BoolVector2D [−]
Fields
x: bool
y: bool
Methods
impl BoolVector2D
impl BoolVector2D
pub fn all(&self) -> bool
pub fn all(&self) -> bool
pub fn any(&self) -> bool
pub fn any(&self) -> bool
pub fn none(&self) -> bool
pub fn none(&self) -> bool
pub fn and(&self, other: BoolVector2D) -> BoolVector2D
pub fn and(&self, other: BoolVector2D) -> BoolVector2D
pub fn or(&self, other: BoolVector2D) -> BoolVector2D
pub fn or(&self, other: BoolVector2D) -> BoolVector2D
pub fn not(&self) -> BoolVector2D
pub fn not(&self) -> BoolVector2D
pub fn select_point<T, U>(
&self,
a: &TypedPoint2D<T, U>,
b: &TypedPoint2D<T, U>
) -> TypedPoint2D<T, U> where
T: Copy,
pub fn select_point<T, U>(
&self,
a: &TypedPoint2D<T, U>,
b: &TypedPoint2D<T, U>
) -> TypedPoint2D<T, U> where
T: Copy,
pub fn select_vector<T, U>(
&self,
a: &TypedVector2D<T, U>,
b: &TypedVector2D<T, U>
) -> TypedVector2D<T, U> where
T: Copy,
pub fn select_vector<T, U>(
&self,
a: &TypedVector2D<T, U>,
b: &TypedVector2D<T, U>
) -> TypedVector2D<T, U> where
T: Copy,
pub fn select_size<T, U>(
&self,
a: &TypedSize2D<T, U>,
b: &TypedSize2D<T, U>
) -> TypedSize2D<T, U> where
T: Copy,
pub fn select_size<T, U>(
&self,
a: &TypedSize2D<T, U>,
b: &TypedSize2D<T, U>
) -> TypedSize2D<T, U> where
T: Copy,
Trait Implementations
impl Eq for BoolVector2D
impl Eq for BoolVector2D
impl Copy for BoolVector2D
impl Copy for BoolVector2D
impl Debug for BoolVector2D
impl Debug for BoolVector2D
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Clone for BoolVector2D
impl Clone for BoolVector2D
fn clone(&self) -> BoolVector2D
fn clone(&self) -> BoolVector2D
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Hash for BoolVector2D
impl Hash for BoolVector2D
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl PartialEq<BoolVector2D> for BoolVector2D
impl PartialEq<BoolVector2D> for BoolVector2D
fn eq(&self, other: &BoolVector2D) -> bool
fn eq(&self, other: &BoolVector2D) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &BoolVector2D) -> bool
fn ne(&self, other: &BoolVector2D) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for BoolVector2D
impl Send for BoolVector2D
impl Sync for BoolVector2D
impl Sync for BoolVector2D