pub struct QueueScope<'a, V: Send + Sync, const MAX_QUEUE: usize> { /* private fields */ }
Implementations§
source§impl<'a, V: Send + Sync, const MAX_QUEUE: usize> QueueScope<'a, V, MAX_QUEUE>
impl<'a, V: Send + Sync, const MAX_QUEUE: usize> QueueScope<'a, V, MAX_QUEUE>
pub fn queue_builder(&self) -> QueueBuilder<'_, '_, V, MAX_QUEUE>
pub fn queue_size(&self) -> u16
Auto Trait Implementations§
impl<'a, V, const MAX_QUEUE: usize> !RefUnwindSafe for QueueScope<'a, V, MAX_QUEUE>
impl<'a, V, const MAX_QUEUE: usize> Send for QueueScope<'a, V, MAX_QUEUE>
impl<'a, V, const MAX_QUEUE: usize> Sync for QueueScope<'a, V, MAX_QUEUE>
impl<'a, V, const MAX_QUEUE: usize> Unpin for QueueScope<'a, V, MAX_QUEUE>
impl<'a, V, const MAX_QUEUE: usize> !UnwindSafe for QueueScope<'a, V, MAX_QUEUE>
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
const: unstable§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more