Searched refs:Normal (Results 1 – 4 of 4) sorted by relevance
46 pub struct Device<Ctx: DeviceContext = Normal>(Opaque<bindings::device>, PhantomData<Ctx>);324 pub struct Normal; struct344 impl Sealed for super::Normal {} implementation350 impl DeviceContext for Normal {} implementation405 $crate::device::Bound => $crate::device::Normal
221 pub struct Device<Ctx: device::DeviceContext = device::Normal>(
201 pub struct Device<Ctx: device::DeviceContext = device::Normal>(
273 pub struct Device<Ctx: device::DeviceContext = device::Normal>(
Completed in 7 milliseconds