pub struct PacketTable {
pub num_valid_frames: i64,
pub num_priming_frames: i32,
pub num_remainder_frames: i32,
pub lengths: Vec<u64>,
}
Fields§
§num_valid_frames: i64
§num_priming_frames: i32
§num_remainder_frames: i32
§lengths: Vec<u64>
Trait Implementations§
Source§impl Clone for PacketTable
impl Clone for PacketTable
Source§fn clone(&self) -> PacketTable
fn clone(&self) -> PacketTable
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for PacketTable
impl RefUnwindSafe for PacketTable
impl Send for PacketTable
impl Sync for PacketTable
impl Unpin for PacketTable
impl UnwindSafe for PacketTable
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