pub struct BPoint {
pub x: i32,
pub y: i32,
}
Expand description
Bleeding coordinates when the character has low HP.
Fields§
§x: i32
X coordinate.
y: i32
Y coordinate.
Trait Implementations§
impl Copy for BPoint
impl Eq for BPoint
impl StructuralPartialEq for BPoint
Auto Trait Implementations§
impl Freeze for BPoint
impl RefUnwindSafe for BPoint
impl Send for BPoint
impl Sync for BPoint
impl Unpin for BPoint
impl UnwindSafe for BPoint
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