Trait necsim_impls_cuda::event_buffer::EventType
source · pub trait EventType {
type Event: 'static + Sync + TypeGraphLayout + StackOnly + PortableBitSemantics + Into<TypedEvent> + Into<PackedEvent> + Clone;
}
pub trait EventType {
type Event: 'static + Sync + TypeGraphLayout + StackOnly + PortableBitSemantics + Into<TypedEvent> + Into<PackedEvent> + Clone;
}