pub struct UpdateHomeRoom {
pub room_id: LegacyId,
}
Fields§
§room_id: LegacyId
Trait Implementations§
source§impl BaseParser for UpdateHomeRoom
impl BaseParser for UpdateHomeRoom
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 UpdateHomeRoom
impl Clone for UpdateHomeRoom
source§fn clone(&self) -> UpdateHomeRoom
fn clone(&self) -> UpdateHomeRoom
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 UpdateHomeRoom
impl Debug for UpdateHomeRoom
source§impl Default for UpdateHomeRoom
impl Default for UpdateHomeRoom
source§fn default() -> UpdateHomeRoom
fn default() -> UpdateHomeRoom
Returns the “default value” for a type. Read more
source§impl PacketVariable for UpdateHomeRoom
impl PacketVariable for UpdateHomeRoom
source§impl PartialEq<UpdateHomeRoom> for UpdateHomeRoom
impl PartialEq<UpdateHomeRoom> for UpdateHomeRoom
source§fn eq(&self, other: &UpdateHomeRoom) -> bool
fn eq(&self, other: &UpdateHomeRoom) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateHomeRoom
Auto Trait Implementations§
impl RefUnwindSafe for UpdateHomeRoom
impl Send for UpdateHomeRoom
impl Sync for UpdateHomeRoom
impl Unpin for UpdateHomeRoom
impl UnwindSafe for UpdateHomeRoom
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