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