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
RegisterMmioIntercept
Source§type RegisterPortIoIntercept = Unimplemented
type RegisterPortIoIntercept = Unimplemented
Concrete type that impls
RegisterPortIoIntercept
Auto 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