pub struct RoomNetworkOpenConnection {
pub network_id: LegacyId,
pub home_room_id: LegacyId,
}
Fields§
§network_id: LegacyId
§home_room_id: LegacyId
Trait Implementations§
Source§impl BaseParser for RoomNetworkOpenConnection
impl BaseParser for RoomNetworkOpenConnection
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§impl Clone for RoomNetworkOpenConnection
impl Clone for RoomNetworkOpenConnection
Source§fn clone(&self) -> RoomNetworkOpenConnection
fn clone(&self) -> RoomNetworkOpenConnection
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 RoomNetworkOpenConnection
impl Debug for RoomNetworkOpenConnection
Source§impl Default for RoomNetworkOpenConnection
impl Default for RoomNetworkOpenConnection
Source§fn default() -> RoomNetworkOpenConnection
fn default() -> RoomNetworkOpenConnection
Returns the “default value” for a type. Read more
impl StructuralPartialEq for RoomNetworkOpenConnection
Auto Trait Implementations§
impl Freeze for RoomNetworkOpenConnection
impl RefUnwindSafe for RoomNetworkOpenConnection
impl Send for RoomNetworkOpenConnection
impl Sync for RoomNetworkOpenConnection
impl Unpin for RoomNetworkOpenConnection
impl UnwindSafe for RoomNetworkOpenConnection
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