pub struct NavigatorMetaData {
pub top_level_contexts: Vec<TopLevelContext>,
}
Fields§
§top_level_contexts: Vec<TopLevelContext>
Trait Implementations§
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
source§fn clone(&self) -> NavigatorMetaData
fn clone(&self) -> NavigatorMetaData
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§fn default() -> NavigatorMetaData
fn default() -> NavigatorMetaData
Returns the “default value” for a type. Read more
source§fn eq(&self, other: &NavigatorMetaData) -> bool
fn eq(&self, other: &NavigatorMetaData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.