pub struct Queue(/* private fields */);Trait Implementations§
Source§impl Handle for Queue
impl Handle for Queue
impl Copy for Queue
impl Eq for Queue
impl StructuralPartialEq for Queue
Auto Trait Implementations§
impl Freeze for Queue
impl RefUnwindSafe for Queue
impl Send for Queue
impl Sync for Queue
impl Unpin for Queue
impl UnwindSafe for Queue
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<H> DispatchableHandle for H
impl<H> DispatchableHandle for H
Source§unsafe fn dispatch_key(self) -> usize
unsafe fn dispatch_key(self) -> usize
Gets the dispatch key for this dispatchable handle. Read more