pub struct NavigatorSettings {
pub home_room_id: LegacyId,
pub room_id_to_enter: LegacyId,
}
Fields§
§home_room_id: LegacyId
§room_id_to_enter: LegacyId
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) -> NavigatorSettings
fn clone(&self) -> NavigatorSettings
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§fn default() -> NavigatorSettings
fn default() -> NavigatorSettings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
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