pub struct TestChipset { /* private fields */ }
Expand description
A simple chipset that only models MMIO intercepts.
Implementations§
Source§impl TestChipset
impl TestChipset
Sourcepub fn device_builder<T: ChipsetDevice>(
&self,
name: &'static str,
) -> ArcMutexChipsetDeviceBuilder<TestChipsetServicesImpl<'_>, T>
pub fn device_builder<T: ChipsetDevice>( &self, name: &'static str, ) -> ArcMutexChipsetDeviceBuilder<TestChipsetServicesImpl<'_>, T>
Return a device builder associated with the chipset
Trait Implementations§
Source§impl Default for TestChipset
impl Default for TestChipset
Source§fn default() -> TestChipset
fn default() -> TestChipset
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TestChipset
impl !RefUnwindSafe for TestChipset
impl Send for TestChipset
impl Sync for TestChipset
impl Unpin for TestChipset
impl !UnwindSafe for TestChipset
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