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