Fields
x: c_short
y: c_short
Trait Implementations
sourceimpl PartialEq<XPoint> for XPoint
impl PartialEq<XPoint> for XPoint
impl Copy for XPoint
impl StructuralPartialEq for XPoint
Auto Trait Implementations
impl RefUnwindSafe for XPoint
impl Send for XPoint
impl Sync for XPoint
impl Unpin for XPoint
impl UnwindSafe for XPoint
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more