#[repr(C)]pub struct fdf_dispatcher_debug_stats {
pub num_total_requests: u64,
pub num_inlined_requests: u64,
pub non_inlined: fdf_non_inlined_stats_t,
}Fields§
§num_total_requests: u64§num_inlined_requests: u64§non_inlined: fdf_non_inlined_stats_tTrait Implementations§
Source§impl Clone for fdf_dispatcher_debug_stats
impl Clone for fdf_dispatcher_debug_stats
Source§fn clone(&self) -> fdf_dispatcher_debug_stats
fn clone(&self) -> fdf_dispatcher_debug_stats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for fdf_dispatcher_debug_stats
Source§impl Debug for fdf_dispatcher_debug_stats
impl Debug for fdf_dispatcher_debug_stats
Source§impl Default for fdf_dispatcher_debug_stats
impl Default for fdf_dispatcher_debug_stats
Source§fn default() -> fdf_dispatcher_debug_stats
fn default() -> fdf_dispatcher_debug_stats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for fdf_dispatcher_debug_stats
impl RefUnwindSafe for fdf_dispatcher_debug_stats
impl Send for fdf_dispatcher_debug_stats
impl Sync for fdf_dispatcher_debug_stats
impl Unpin for fdf_dispatcher_debug_stats
impl UnsafeUnpin for fdf_dispatcher_debug_stats
impl UnwindSafe for fdf_dispatcher_debug_stats
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