Searched defs:Adapter (Results 1 – 5 of 5) sorted by relevance
25 pub struct Adapter<T: Driver>(T); struct29 unsafe impl<T: Driver + 'static> driver::RegistrationOps for Adapter<T> { implementation66 impl<T: Driver + 'static> Adapter<T> { impls99 impl<T: Driver + 'static> driver::Adapter for Adapter<T> { implementation
22 pub struct Adapter<T: Driver>(T); struct26 unsafe impl<T: Driver + 'static> driver::RegistrationOps for Adapter<T> { implementation54 impl<T: Driver + 'static> Adapter<T> { impls
140 pub trait Adapter { traits
27 pub struct Adapter<T: Driver>(T); struct31 unsafe impl<T: Driver + 'static> driver::RegistrationOps for Adapter<T> { implementation59 impl<T: Driver + 'static> Adapter<T> { impls
307 struct Adapter<T: Driver> { struct311 impl<T: Driver> Adapter<T> { impls
Completed in 10 milliseconds