pub struct FSDTargetEvent { /* private fields */ }
Expand description
Fired when targeting a system for an FSD jump. This is either when the player manually selects a target or when the next destination on a route is automatically selected.
Trait Implementations§
Source§impl Clone for FSDTargetEvent
impl Clone for FSDTargetEvent
Source§fn clone(&self) -> FSDTargetEvent
fn clone(&self) -> FSDTargetEvent
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FSDTargetEvent
impl Debug for FSDTargetEvent
Source§impl<'de> Deserialize<'de> for FSDTargetEvent
impl<'de> Deserialize<'de> for FSDTargetEvent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FSDTargetEvent
impl PartialEq for FSDTargetEvent
Source§impl Serialize for FSDTargetEvent
impl Serialize for FSDTargetEvent
impl StructuralPartialEq for FSDTargetEvent
Auto Trait Implementations§
impl Freeze for FSDTargetEvent
impl RefUnwindSafe for FSDTargetEvent
impl Send for FSDTargetEvent
impl Sync for FSDTargetEvent
impl Unpin for FSDTargetEvent
impl UnwindSafe for FSDTargetEvent
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