#[repr(C)]pub struct fdf_non_inlined_stats {
pub allow_sync_calls: u64,
pub parallel_dispatch: u64,
pub task: u64,
pub unknown_thread: u64,
pub reentrant: u64,
pub channel_wait_not_yet_registered: u64,
pub no_thread_migration: u64,
}Fields§
§allow_sync_calls: u64§parallel_dispatch: u64§task: u64§unknown_thread: u64§reentrant: u64§channel_wait_not_yet_registered: u64§no_thread_migration: u64Trait Implementations§
Source§impl Clone for fdf_non_inlined_stats
impl Clone for fdf_non_inlined_stats
Source§fn clone(&self) -> fdf_non_inlined_stats
fn clone(&self) -> fdf_non_inlined_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_non_inlined_stats
Source§impl Debug for fdf_non_inlined_stats
impl Debug for fdf_non_inlined_stats
Source§impl Default for fdf_non_inlined_stats
impl Default for fdf_non_inlined_stats
Source§fn default() -> fdf_non_inlined_stats
fn default() -> fdf_non_inlined_stats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for fdf_non_inlined_stats
impl RefUnwindSafe for fdf_non_inlined_stats
impl Send for fdf_non_inlined_stats
impl Sync for fdf_non_inlined_stats
impl Unpin for fdf_non_inlined_stats
impl UnsafeUnpin for fdf_non_inlined_stats
impl UnwindSafe for fdf_non_inlined_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