#[repr(C)]pub struct vlib_node_runtime_perf_callback_set_t {
pub curr: *mut vlib_node_runtime_perf_callback_data_t,
pub next: *mut vlib_node_runtime_perf_callback_data_t,
pub spare: *mut vlib_node_runtime_perf_callback_data_t,
pub lock: *mut clib_spinlock_t,
}Fields§
§curr: *mut vlib_node_runtime_perf_callback_data_t§next: *mut vlib_node_runtime_perf_callback_data_t§spare: *mut vlib_node_runtime_perf_callback_data_t§lock: *mut clib_spinlock_tTrait Implementations§
Source§impl Clone for vlib_node_runtime_perf_callback_set_t
impl Clone for vlib_node_runtime_perf_callback_set_t
Source§fn clone(&self) -> vlib_node_runtime_perf_callback_set_t
fn clone(&self) -> vlib_node_runtime_perf_callback_set_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_set_t
Auto Trait Implementations§
impl Freeze for vlib_node_runtime_perf_callback_set_t
impl RefUnwindSafe for vlib_node_runtime_perf_callback_set_t
impl !Send for vlib_node_runtime_perf_callback_set_t
impl !Sync for vlib_node_runtime_perf_callback_set_t
impl Unpin for vlib_node_runtime_perf_callback_set_t
impl UnsafeUnpin for vlib_node_runtime_perf_callback_set_t
impl UnwindSafe for vlib_node_runtime_perf_callback_set_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