pub struct DiscoveryScanEvent {
pub system_address: u64,
pub bodies: u8,
}
Expand description
Fired when the player ‘honks’ in a system.
Fields§
§system_address: u64
The system address for the current system.
bodies: u8
The number of bodies in the system.
Trait Implementations§
Source§impl Clone for DiscoveryScanEvent
impl Clone for DiscoveryScanEvent
Source§fn clone(&self) -> DiscoveryScanEvent
fn clone(&self) -> DiscoveryScanEvent
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 DiscoveryScanEvent
impl Debug for DiscoveryScanEvent
Source§impl<'de> Deserialize<'de> for DiscoveryScanEvent
impl<'de> Deserialize<'de> for DiscoveryScanEvent
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 DiscoveryScanEvent
impl PartialEq for DiscoveryScanEvent
Source§impl Serialize for DiscoveryScanEvent
impl Serialize for DiscoveryScanEvent
impl StructuralPartialEq for DiscoveryScanEvent
Auto Trait Implementations§
impl Freeze for DiscoveryScanEvent
impl RefUnwindSafe for DiscoveryScanEvent
impl Send for DiscoveryScanEvent
impl Sync for DiscoveryScanEvent
impl Unpin for DiscoveryScanEvent
impl UnwindSafe for DiscoveryScanEvent
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