pub struct RoomForward {
pub room_id: LegacyId,
}
Fields§
§room_id: LegacyId
Trait Implementations§
Source§impl BaseParser for RoomForward
impl BaseParser for RoomForward
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 RoomForward
impl Clone for RoomForward
Source§fn clone(&self) -> RoomForward
fn clone(&self) -> RoomForward
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 RoomForward
impl Debug for RoomForward
Source§impl Default for RoomForward
impl Default for RoomForward
Source§fn default() -> RoomForward
fn default() -> RoomForward
Returns the “default value” for a type. Read more
Source§impl PacketVariable for RoomForward
impl PacketVariable for RoomForward
Source§impl PartialEq for RoomForward
impl PartialEq for RoomForward
impl StructuralPartialEq for RoomForward
Auto Trait Implementations§
impl Freeze for RoomForward
impl RefUnwindSafe for RoomForward
impl Send for RoomForward
impl Sync for RoomForward
impl Unpin for RoomForward
impl UnwindSafe for RoomForward
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