pub struct InferStats {
pub apidoc_from_comments: usize,
pub thx_dependent_count: usize,
pub c_fn_decl_count: usize,
pub c_fn_thx_count: usize,
}Expand description
統計情報
Fields§
§apidoc_from_comments: usizeコメントから収集した apidoc 数
thx_dependent_count: usizeTHX 依存マクロ数
c_fn_decl_count: usize収集された C 関数宣言数
c_fn_thx_count: usizeTHX 依存の C 関数数
Trait Implementations§
Source§impl Clone for InferStats
impl Clone for InferStats
Source§fn clone(&self) -> InferStats
fn clone(&self) -> InferStats
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 moreSource§impl Debug for InferStats
impl Debug for InferStats
Source§impl Default for InferStats
impl Default for InferStats
Source§fn default() -> InferStats
fn default() -> InferStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InferStats
impl RefUnwindSafe for InferStats
impl Send for InferStats
impl Sync for InferStats
impl Unpin for InferStats
impl UnsafeUnpin for InferStats
impl UnwindSafe for InferStats
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