#[repr(C)]pub struct RCoreAnalStatsItem {
pub youarehere: c_uint,
pub flags: c_uint,
pub comments: c_uint,
pub functions: c_uint,
pub blocks: c_uint,
pub in_functions: c_uint,
pub symbols: c_uint,
pub strings: c_uint,
pub perm: c_uint,
}Fields§
§youarehere: c_uint§flags: c_uint§comments: c_uint§functions: c_uint§blocks: c_uint§in_functions: c_uint§symbols: c_uint§strings: c_uint§perm: c_uintTrait Implementations§
Source§impl Clone for RCoreAnalStatsItem
impl Clone for RCoreAnalStatsItem
Source§fn clone(&self) -> RCoreAnalStatsItem
fn clone(&self) -> RCoreAnalStatsItem
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 RCoreAnalStatsItem
impl Debug for RCoreAnalStatsItem
impl Copy for RCoreAnalStatsItem
Auto Trait Implementations§
impl Freeze for RCoreAnalStatsItem
impl RefUnwindSafe for RCoreAnalStatsItem
impl Send for RCoreAnalStatsItem
impl Sync for RCoreAnalStatsItem
impl Unpin for RCoreAnalStatsItem
impl UnwindSafe for RCoreAnalStatsItem
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