pub struct PacketObservation {
pub packet_index: u64,
pub packet_type: u16,
pub bytes: [u8; 64],
}Fields§
§packet_index: u64§packet_type: u16§bytes: [u8; 64]Trait Implementations§
Source§impl Clone for PacketObservation
impl Clone for PacketObservation
Source§fn clone(&self) -> PacketObservation
fn clone(&self) -> PacketObservation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PacketObservation
impl Debug for PacketObservation
impl Eq for PacketObservation
Source§impl PartialEq for PacketObservation
impl PartialEq for PacketObservation
impl StructuralPartialEq for PacketObservation
Auto Trait Implementations§
impl Freeze for PacketObservation
impl RefUnwindSafe for PacketObservation
impl Send for PacketObservation
impl Sync for PacketObservation
impl Unpin for PacketObservation
impl UnsafeUnpin for PacketObservation
impl UnwindSafe for PacketObservation
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