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