pub struct Point2 {
pub x: isize,
pub y: isize,
}
Fieldsยง
ยงx: isize
ยงy: isize
Implementationsยง
Trait Implementationsยง
impl Copy for Point2
impl StructuralPartialEq for Point2
Auto Trait Implementationsยง
impl Freeze for Point2
impl RefUnwindSafe for Point2
impl Send for Point2
impl Sync for Point2
impl Unpin for Point2
impl UnwindSafe for Point2
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