pub struct Vector2 {
pub x: isize,
pub y: isize,
}
Fieldsยง
ยงx: isize
ยงy: isize
Implementationsยง
Trait Implementationsยง
impl Copy for Vector2
impl StructuralPartialEq for Vector2
Auto Trait Implementationsยง
impl Freeze for Vector2
impl RefUnwindSafe for Vector2
impl Send for Vector2
impl Sync for Vector2
impl Unpin for Vector2
impl UnwindSafe for Vector2
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more