pub struct ProfilerRegion {
pub enter_time: f64,
pub name: String,
}Fields§
§enter_time: f64§name: StringImplementations§
Source§impl ProfilerRegion
impl ProfilerRegion
pub fn new(name: &str) -> ProfilerRegion
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProfilerRegion
impl RefUnwindSafe for ProfilerRegion
impl Send for ProfilerRegion
impl Sync for ProfilerRegion
impl Unpin for ProfilerRegion
impl UnwindSafe for ProfilerRegion
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