pub struct RelPoint(pub i16, pub i16);Tuple Fields§
§0: i16§1: i16Trait Implementations§
impl Copy for RelPoint
Auto Trait Implementations§
impl Freeze for RelPoint
impl RefUnwindSafe for RelPoint
impl Send for RelPoint
impl Sync for RelPoint
impl Unpin for RelPoint
impl UnwindSafe for RelPoint
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