Type Alias rutabaga_gfx::rutabaga_utils::RutabagaDebugHandler
source · pub type RutabagaDebugHandler = RutabagaHandler<RutabagaDebug>;
Aliased Type§
struct RutabagaDebugHandler {
closure: Arc<dyn Fn(RutabagaDebug) + Send + Sync>,
}
Fields§
§closure: Arc<dyn Fn(RutabagaDebug) + Send + Sync>
Implementations
Trait Implementations
source§impl<S: Clone> Clone for RutabagaHandler<S>
impl<S: Clone> Clone for RutabagaHandler<S>
source§fn clone(&self) -> RutabagaHandler<S>
fn clone(&self) -> RutabagaHandler<S>
Returns a copy 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 more