struct SharedQueueReader {
queue: Arc<Mutex<Queue>>,
}Fields§
§queue: Arc<Mutex<Queue>>Implementations§
Trait Implementations§
Source§fn clone(&self) -> SharedQueueReader
fn clone(&self) -> SharedQueueReader
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read morefn pop(&self) -> Option<DescriptorChain>
fn add_used(&self, desc_chain: DescriptorChain, len: u32)
fn signal_used(&self)
Auto Trait Implementations§
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