Struct wgpu_profiler::scope::OwningScope[][src]

pub struct OwningScope<'a, W: ProfilerCommandRecorder> { /* fields omitted */ }
Expand description

Scope that takes ownership of the encoder/pass. Calls end_scope on drop.

Implementations

Starts a new profiler scope. Scope is closed on drop.

Starts a scope nested within this one.

Start a render pass wrapped in an OwningScope.

Start a compute pass wrapped in a OwningScope.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.