pub struct SimpleDeviceHandle<T: SimpleVmbusDevice>(/* private fields */);
Expand description
A handle to an offered simple vmbus device.
Implementations§
Source§impl<T: SimpleVmbusDevice> SimpleDeviceHandle<T>
impl<T: SimpleVmbusDevice> SimpleDeviceHandle<T>
Trait Implementations§
Source§impl<T: Debug + SimpleVmbusDevice> Debug for SimpleDeviceHandle<T>
impl<T: Debug + SimpleVmbusDevice> Debug for SimpleDeviceHandle<T>
Source§impl<T: SimpleVmbusDevice> Inspect for SimpleDeviceHandle<T>
impl<T: SimpleVmbusDevice> Inspect for SimpleDeviceHandle<T>
Auto Trait Implementations§
impl<T> Freeze for SimpleDeviceHandle<T>
impl<T> !RefUnwindSafe for SimpleDeviceHandle<T>
impl<T> Send for SimpleDeviceHandle<T>
impl<T> Sync for SimpleDeviceHandle<T>
impl<T> Unpin for SimpleDeviceHandle<T>
impl<T> !UnwindSafe for SimpleDeviceHandle<T>
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