pub struct VmFunctionProfile {
pub name: String,
pub thin: bool,
pub parent_thin: bool,
pub entries: u64,
pub fast_returns: u64,
pub young_truncate_fast_returns: u64,
pub slow_returns: u64,
}Fields§
§name: String§thin: bool§parent_thin: bool§entries: u64§fast_returns: u64§young_truncate_fast_returns: u64§slow_returns: u64Trait Implementations§
Source§impl Clone for VmFunctionProfile
impl Clone for VmFunctionProfile
Source§fn clone(&self) -> VmFunctionProfile
fn clone(&self) -> VmFunctionProfile
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 moreAuto Trait Implementations§
impl Freeze for VmFunctionProfile
impl RefUnwindSafe for VmFunctionProfile
impl Send for VmFunctionProfile
impl Sync for VmFunctionProfile
impl Unpin for VmFunctionProfile
impl UnsafeUnpin for VmFunctionProfile
impl UnwindSafe for VmFunctionProfile
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