[−][src]Struct winconsole::console::Vector2
A 2-dimensional vector.
Fields
x: T
The x component.
y: T
The y component.
Methods
impl<T> Vector2<T>
[src][−]
pub fn new(x: T, y: T) -> Vector2<T>
[src][−]
Creates a new Vector2.
Arguments
x
- The x component of the vector.
y
- The y component of the vector.
Trait Implementations
impl<T: PartialEq> PartialEq<Vector2<T>> for Vector2<T>
[src][+]
impl<T: Clone> Clone for Vector2<T>
[src][+]
impl<T: Eq> Eq for Vector2<T>
[src]
impl<T> Into<Vector2<T>> for Vector2<T>
[src][+]
impl<T: Copy> Copy for Vector2<T>
[src]
impl<T: Debug> Debug for Vector2<T>
[src][+]
impl<T: Hash> Hash for Vector2<T>
[src][+]
impl<T> Serialize for Vector2<T> where
T: Serialize,
[src][+]
T: Serialize,
impl<'de, T> Deserialize<'de> for Vector2<T> where
T: Deserialize<'de>,
[src][+]
T: Deserialize<'de>,
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,