pub struct PicoMpscProducer<T> { /* private fields */ }Implementations§
Source§impl<T: Copy> PicoMpscProducer<T>
impl<T: Copy> PicoMpscProducer<T>
pub fn push_slice(&self, data: &[T]) -> bool
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for PicoMpscProducer<T>
impl<T> RefUnwindSafe for PicoMpscProducer<T>where
T: RefUnwindSafe,
impl<T> Send for PicoMpscProducer<T>where
T: Send,
impl<T> Sync for PicoMpscProducer<T>where
T: Send,
impl<T> Unpin for PicoMpscProducer<T>
impl<T> UnsafeUnpin for PicoMpscProducer<T>
impl<T> UnwindSafe for PicoMpscProducer<T>where
T: RefUnwindSafe,
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