pub enum FsdMessageType {
Show 36 variants
AtcRegisterMessage(AtcRegisterMessage),
PilotRegisterMessage(PilotRegisterMessage),
AtcDeregisterMessage(AtcDeregisterMessage),
PilotDeregisterMessage(PilotDeregisterMessage),
AtcPositionUpdateMessage(AtcPositionUpdateMessage),
AtcSecondaryVisCentreMessage(AtcSecondaryVisCentreMessage),
PilotPositionUpdateMessage(PilotPositionUpdateMessage),
AuthenticationChallengeMessage(AuthenticationChallengeMessage),
AuthenticationResponseMessage(AuthenticationResponseMessage),
TextMessage(TextMessage),
FrequencyMessage(FrequencyMessage),
ChangeServerMessage(ChangeServerMessage),
InitialServerHandshakeMessage(InitialServerHandshakeMessage),
InitialClientHandshakeMessage(InitialClientHandshakeMessage),
SendFastPositionUpdatesMessage(SendFastPositionUpdatesMessage),
VelocityPositionStoppedMessage(VelocityPositionStoppedMessage),
VelocityPositionSlowMessage(VelocityPositionSlowMessage),
VelocityPositionFastMessage(VelocityPositionFastMessage),
KillMessage(KillMessage),
MetarRequestMessage(MetarRequestMessage),
MetarResponseMessage(MetarResponseMessage),
PingMessage(PingMessage),
PongMessage(PongMessage),
PlaneInfoRequestMessage(PlaneInfoRequestMessage),
PlaneInfoResponseMessage(PlaneInfoResponseMessage),
FsdErrorMessage(FsdErrorMessage),
FlightPlanMessage(FlightPlanMessage),
FlightPlanAmendmentMessage(FlightPlanAmendmentMessage),
FSInnPlaneInformationRequestMessage,
FSInnPlaneInformationResponseMessage,
ServerHeartbeat,
ClientQueryMessage(ClientQueryMessage),
ClientQueryResponseMessage(ClientQueryResponseMessage),
HandoffOfferMessage(HandoffOfferMessage),
HandoffAcceptMessage(HandoffAcceptMessage),
SharedStateMessage(SharedStateMessage),
}Variants§
AtcRegisterMessage(AtcRegisterMessage)
PilotRegisterMessage(PilotRegisterMessage)
AtcDeregisterMessage(AtcDeregisterMessage)
PilotDeregisterMessage(PilotDeregisterMessage)
AtcPositionUpdateMessage(AtcPositionUpdateMessage)
AtcSecondaryVisCentreMessage(AtcSecondaryVisCentreMessage)
PilotPositionUpdateMessage(PilotPositionUpdateMessage)
AuthenticationChallengeMessage(AuthenticationChallengeMessage)
AuthenticationResponseMessage(AuthenticationResponseMessage)
TextMessage(TextMessage)
FrequencyMessage(FrequencyMessage)
ChangeServerMessage(ChangeServerMessage)
InitialServerHandshakeMessage(InitialServerHandshakeMessage)
InitialClientHandshakeMessage(InitialClientHandshakeMessage)
SendFastPositionUpdatesMessage(SendFastPositionUpdatesMessage)
VelocityPositionStoppedMessage(VelocityPositionStoppedMessage)
VelocityPositionSlowMessage(VelocityPositionSlowMessage)
VelocityPositionFastMessage(VelocityPositionFastMessage)
KillMessage(KillMessage)
MetarRequestMessage(MetarRequestMessage)
MetarResponseMessage(MetarResponseMessage)
PingMessage(PingMessage)
PongMessage(PongMessage)
PlaneInfoRequestMessage(PlaneInfoRequestMessage)
PlaneInfoResponseMessage(PlaneInfoResponseMessage)
FsdErrorMessage(FsdErrorMessage)
FlightPlanMessage(FlightPlanMessage)
FlightPlanAmendmentMessage(FlightPlanAmendmentMessage)
FSInnPlaneInformationRequestMessage
FSInnPlaneInformationResponseMessage
ServerHeartbeat
ClientQueryMessage(ClientQueryMessage)
ClientQueryResponseMessage(ClientQueryResponseMessage)
HandoffOfferMessage(HandoffOfferMessage)
HandoffAcceptMessage(HandoffAcceptMessage)
Trait Implementations§
Source§impl Clone for FsdMessageType
impl Clone for FsdMessageType
Source§fn clone(&self) -> FsdMessageType
fn clone(&self) -> FsdMessageType
Returns a duplicate 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 FsdMessageType
impl Debug for FsdMessageType
Auto Trait Implementations§
impl Freeze for FsdMessageType
impl RefUnwindSafe for FsdMessageType
impl Send for FsdMessageType
impl Sync for FsdMessageType
impl Unpin for FsdMessageType
impl UnwindSafe for FsdMessageType
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