pub struct VirtioFsDevice { /* private fields */ }
Expand description
A virtio-fs PCI device.
Implementations§
Trait Implementations§
Source§impl VirtioDevice for VirtioFsDevice
impl VirtioDevice for VirtioFsDevice
Auto Trait Implementations§
impl !Freeze for VirtioFsDevice
impl !RefUnwindSafe for VirtioFsDevice
impl Send for VirtioFsDevice
impl !Sync for VirtioFsDevice
impl Unpin for VirtioFsDevice
impl !UnwindSafe for VirtioFsDevice
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