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