pub struct SubmissionQueue { /* private fields */ }
Implementations§
Source§impl SubmissionQueue
impl SubmissionQueue
pub fn need_wakeup(&self) -> bool
pub fn dropped(&self) -> u32
pub fn capacity(&self) -> usize
pub fn len(&self) -> usize
pub fn is_empty(&self) -> bool
pub fn is_full(&self) -> bool
Sourcepub fn available(&mut self) -> AvailableQueue<'_>
pub fn available(&mut self) -> AvailableQueue<'_>
Get currently available submission queue
Auto Trait Implementations§
impl Freeze for SubmissionQueue
impl RefUnwindSafe for SubmissionQueue
impl !Send for SubmissionQueue
impl !Sync for SubmissionQueue
impl Unpin for SubmissionQueue
impl UnwindSafe for SubmissionQueue
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