pub struct VirtIO9p<H: Hal, T: Transport> { /* private fields */ }Expand description
Driver for a VirtIO 9p device.
Implementations§
Auto Trait Implementations§
impl<H, T> Freeze for VirtIO9p<H, T>where
T: Freeze,
impl<H, T> RefUnwindSafe for VirtIO9p<H, T>where
T: RefUnwindSafe,
H: RefUnwindSafe,
impl<H, T> Send for VirtIO9p<H, T>where
T: Send,
impl<H, T> Sync for VirtIO9p<H, T>where
T: Sync,
impl<H, T> Unpin for VirtIO9p<H, T>where
T: Unpin,
H: Unpin,
impl<H, T> UnsafeUnpin for VirtIO9p<H, T>where
T: UnsafeUnpin,
impl<H, T> UnwindSafe for VirtIO9p<H, T>where
T: UnwindSafe,
H: UnwindSafe,
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more