pub struct Uv(pub Vec2);
0: Vec2
[x, y]
Casts all elements of self to f64.
self
f64
Casts all elements of self to i32.
i32
Casts all elements of self to u32.
u32
source
other
==
!=
TypeId
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U
String