struct GpuActivationResources {
mem: GuestMemory,
interrupt: Interrupt,
ctrl_queue: SharedQueueReader,
cursor_queue: LocalQueueReader,
}Fields§
§mem: GuestMemory§interrupt: Interrupt§ctrl_queue: SharedQueueReader§cursor_queue: LocalQueueReaderAuto Trait Implementations§
impl !Freeze for GpuActivationResources
impl !RefUnwindSafe for GpuActivationResources
impl Send for GpuActivationResources
impl !Sync for GpuActivationResources
impl Unpin for GpuActivationResources
impl !UnwindSafe for GpuActivationResources
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