#[repr(C)]pub struct vlib_error_main_t {
pub counters: *mut u64_,
pub counters_last_clear: *mut u64_,
pub counters_heap: *mut vlib_error_desc_t,
pub stats_err_entry_index: u32_,
}Fields§
§counters: *mut u64_§counters_last_clear: *mut u64_§counters_heap: *mut vlib_error_desc_t§stats_err_entry_index: u32_Trait Implementations§
Source§impl Clone for vlib_error_main_t
impl Clone for vlib_error_main_t
Source§fn clone(&self) -> vlib_error_main_t
fn clone(&self) -> vlib_error_main_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 moreSource§impl Debug for vlib_error_main_t
impl Debug for vlib_error_main_t
Source§impl Default for vlib_error_main_t
impl Default for vlib_error_main_t
impl Copy for vlib_error_main_t
Auto Trait Implementations§
impl Freeze for vlib_error_main_t
impl RefUnwindSafe for vlib_error_main_t
impl !Send for vlib_error_main_t
impl !Sync for vlib_error_main_t
impl Unpin for vlib_error_main_t
impl UnsafeUnpin for vlib_error_main_t
impl UnwindSafe for vlib_error_main_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