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