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 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 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 for UpdateHomeRoom
impl PartialEq for UpdateHomeRoom
impl StructuralPartialEq for UpdateHomeRoom
Auto Trait Implementations§
impl Freeze for UpdateHomeRoom
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