pub struct LPRQueue<E> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<E> !Freeze for LPRQueue<E>
impl<E> RefUnwindSafe for LPRQueue<E>
impl<E> Send for LPRQueue<E>
impl<E> Sync for LPRQueue<E>
impl<E> Unpin for LPRQueue<E>
impl<E> UnwindSafe for LPRQueue<E>
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