pub struct MapTargetState {
pub active: bool,
pub cursor_x: f32,
pub cursor_y: f32,
}Fields§
§active: bool§cursor_x: f32§cursor_y: f32Implementations§
Trait Implementations§
Source§impl Debug for MapTargetState
impl Debug for MapTargetState
Source§impl Default for MapTargetState
impl Default for MapTargetState
Source§fn default() -> MapTargetState
fn default() -> MapTargetState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MapTargetState
impl RefUnwindSafe for MapTargetState
impl Send for MapTargetState
impl Sync for MapTargetState
impl Unpin for MapTargetState
impl UnsafeUnpin for MapTargetState
impl UnwindSafe for MapTargetState
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