Skip to main content

FenceContextOps

Trait FenceContextOps 

Source
pub trait FenceContextOps {
    type FenceDataType: Send + Sync;
}
Expand description

VTable for dma_fence backend_ops callbacks.

Required Associated Types§

Source

type FenceDataType: Send + Sync

The generic payload data for DriverFences created on this fctx.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§