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