pub struct VirtioQueueUsedHandler { /* private fields */ }
Implementations§
Source§impl VirtioQueueUsedHandler
impl VirtioQueueUsedHandler
pub fn add_outstanding_descriptor(&self)
pub fn await_outstanding_descriptors(&self) -> EventListener
pub fn complete_descriptor(&mut self, descriptor_index: u16, bytes_written: u32)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VirtioQueueUsedHandler
impl !RefUnwindSafe for VirtioQueueUsedHandler
impl Send for VirtioQueueUsedHandler
impl Sync for VirtioQueueUsedHandler
impl Unpin for VirtioQueueUsedHandler
impl !UnwindSafe for VirtioQueueUsedHandler
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