pub struct CheckQueueControl<T> { /* private fields */ }
Expand description
| RAII-style controller object for a | CCheckQueue that guarantees the passed | queue is finished before continuing. |
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for CheckQueueControl<T>
impl<T> RefUnwindSafe for CheckQueueControl<T>
impl<T> !Send for CheckQueueControl<T>
impl<T> !Sync for CheckQueueControl<T>
impl<T> Unpin for CheckQueueControl<T>
impl<T> UnwindSafe for CheckQueueControl<T>
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