Struct s2n_netbench::trace::Throughput
source · pub struct Throughput(/* private fields */);Implementations§
Trait Implementations§
source§impl Clone for Throughput
impl Clone for Throughput
source§fn clone(&self) -> Throughput
fn clone(&self) -> Throughput
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 moresource§impl Debug for Throughput
impl Debug for Throughput
source§impl Default for Throughput
impl Default for Throughput
source§fn default() -> Throughput
fn default() -> Throughput
Returns the “default value” for a type. Read more
source§impl Trace for Throughput
impl Trace for Throughput
fn send(&mut self, _now: Timestamp, _stream_id: u64, len: u64)
fn receive(&mut self, _now: Timestamp, _stream_id: u64, len: u64)
fn enter_connection(&mut self, id: u64)
fn exec(&mut self, now: Timestamp, op: &Connection)
fn exec_client(&mut self, now: Timestamp, op: &Client)
fn enter(&mut self, now: Timestamp, scope: u64, thread: usize)
fn exit(&mut self, now: Timestamp)
fn send_finish(&mut self, now: Timestamp, stream_id: u64)
fn receive_finish(&mut self, now: Timestamp, stream_id: u64)
fn accept(&mut self, now: Timestamp, stream_id: u64)
fn open(&mut self, now: Timestamp, stream_id: u64)
fn trace(&mut self, now: Timestamp, id: u64)
fn profile(&mut self, now: Timestamp, id: u64, time: Duration)
fn park(&mut self, now: Timestamp, id: u64)
fn unpark(&mut self, now: Timestamp, id: u64)
fn connect(&mut self, now: Timestamp, connection_id: u64, time: Duration)
Auto Trait Implementations§
impl RefUnwindSafe for Throughput
impl Send for Throughput
impl Sync for Throughput
impl Unpin for Throughput
impl UnwindSafe for Throughput
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