pub enum ProfilerState {
Active,
NotActive,
}Expand description
The state of the profiler
Variants§
Trait Implementations§
Source§impl Clone for ProfilerState
impl Clone for ProfilerState
Source§fn clone(&self) -> ProfilerState
fn clone(&self) -> ProfilerState
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 ProfilerState
impl Debug for ProfilerState
Source§impl Display for ProfilerState
impl Display for ProfilerState
Source§impl PartialEq for ProfilerState
impl PartialEq for ProfilerState
impl Copy for ProfilerState
impl Eq for ProfilerState
impl StructuralPartialEq for ProfilerState
Auto Trait Implementations§
impl Freeze for ProfilerState
impl RefUnwindSafe for ProfilerState
impl Send for ProfilerState
impl Sync for ProfilerState
impl Unpin for ProfilerState
impl UnwindSafe for ProfilerState
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