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