Type Alias rutabaga_gfx::rutabaga_utils::RutabagaFenceHandler
source · pub type RutabagaFenceHandler = RutabagaHandler<RutabagaFence>;
Aliased Type§
struct RutabagaFenceHandler {
closure: Arc<dyn Fn(RutabagaFence) + Send + Sync>,
}
Fields§
§closure: Arc<dyn Fn(RutabagaFence) + 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