Struct driver_virtio::VirtIoGpuDev 
source · pub struct VirtIoGpuDev<H: Hal, T: Transport> { /* private fields */ }Available on crate feature 
gpu only.Expand description
The VirtIO GPU device driver.
Implementations§
Trait Implementations§
source§impl<H: Hal, T: Transport> BaseDriverOps for VirtIoGpuDev<H, T>
 
impl<H: Hal, T: Transport> BaseDriverOps for VirtIoGpuDev<H, T>
source§fn device_name(&self) -> &str
 
fn device_name(&self) -> &str
The name of the device.
source§fn device_type(&self) -> DeviceType
 
fn device_type(&self) -> DeviceType
The type of the device.
source§impl<H: Hal, T: Transport> DisplayDriverOps for VirtIoGpuDev<H, T>
 
impl<H: Hal, T: Transport> DisplayDriverOps for VirtIoGpuDev<H, T>
impl<H: Hal, T: Transport> Send for VirtIoGpuDev<H, T>
impl<H: Hal, T: Transport> Sync for VirtIoGpuDev<H, T>
Auto Trait Implementations§
impl<H, T> RefUnwindSafe for VirtIoGpuDev<H, T>where H: RefUnwindSafe, T: RefUnwindSafe,
impl<H, T> Unpin for VirtIoGpuDev<H, T>where H: Unpin, T: Unpin,
impl<H, T> !UnwindSafe for VirtIoGpuDev<H, 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