Struct ExProfilerEnable
pub struct ExProfilerEnable<'a> { /* private fields */ }
Expand description
Default-param extender for EngineDebugger::profiler_enable_ex
.
Implementations§
§impl<'a> ExProfilerEnable<'a>
impl<'a> ExProfilerEnable<'a>
pub fn arguments(self, value: Array<Variant>) -> ExProfilerEnable<'a>
pub fn done(self)
Auto Trait Implementations§
impl<'a> Freeze for ExProfilerEnable<'a>
impl<'a> RefUnwindSafe for ExProfilerEnable<'a>
impl<'a> !Send for ExProfilerEnable<'a>
impl<'a> !Sync for ExProfilerEnable<'a>
impl<'a> Unpin for ExProfilerEnable<'a>
impl<'a> !UnwindSafe for ExProfilerEnable<'a>
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