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