Searched defs:HalImpl (Results 1 – 2 of 2) sorted by relevance
16 pub struct HalImpl; struct17 unsafe impl Hal for HalImpl { implementation
111 pub fn new(driver_net: VirtIONet<HalImpl, T, 2>) -> Self { in new()