pub enum TestChipsetServicesMeta {}Expand description
Compile-time type metadata used by TestChipsetServicesImpl’s
ChipsetServices impl
Trait Implementations§
Source§impl ChipsetServicesMeta for TestChipsetServicesMeta
impl ChipsetServicesMeta for TestChipsetServicesMeta
Source§type RegisterMmioIntercept = TestMmioRangeMapper
type RegisterMmioIntercept = TestMmioRangeMapper
Concrete type that impls
RegisterMmioInterceptSource§type RegisterPortIoIntercept = Unimplemented
type RegisterPortIoIntercept = Unimplemented
Concrete type that impls
RegisterPortIoInterceptAuto Trait Implementations§
impl Freeze for TestChipsetServicesMeta
impl RefUnwindSafe for TestChipsetServicesMeta
impl Send for TestChipsetServicesMeta
impl Sync for TestChipsetServicesMeta
impl Unpin for TestChipsetServicesMeta
impl UnwindSafe for TestChipsetServicesMeta
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more