#[repr(C)]pub struct vlib_node_runtime_perf_callback_args_t {
pub vm: *mut vlib_main_t,
pub node: *mut vlib_node_runtime_t,
pub frame: *mut vlib_frame_t,
pub packets: uword,
pub cpu_time_now: u64_,
pub call_type: vlib_node_runtime_perf_call_type_t,
}Fields§
§vm: *mut vlib_main_t§node: *mut vlib_node_runtime_t§frame: *mut vlib_frame_t§packets: uword§cpu_time_now: u64_§call_type: vlib_node_runtime_perf_call_type_tTrait Implementations§
Source§impl Clone for vlib_node_runtime_perf_callback_args_t
impl Clone for vlib_node_runtime_perf_callback_args_t
Source§fn clone(&self) -> vlib_node_runtime_perf_callback_args_t
fn clone(&self) -> vlib_node_runtime_perf_callback_args_t
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 moreimpl Copy for vlib_node_runtime_perf_callback_args_t
Auto Trait Implementations§
impl Freeze for vlib_node_runtime_perf_callback_args_t
impl RefUnwindSafe for vlib_node_runtime_perf_callback_args_t
impl !Send for vlib_node_runtime_perf_callback_args_t
impl !Sync for vlib_node_runtime_perf_callback_args_t
impl Unpin for vlib_node_runtime_perf_callback_args_t
impl UnsafeUnpin for vlib_node_runtime_perf_callback_args_t
impl UnwindSafe for vlib_node_runtime_perf_callback_args_t
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