pub struct zbq_consumer { /* private fields */ }Expand description
Opaque handle for a ring-buffer consumer.
Created by zbq_consumer_join and destroyed by zbq_consumer_destroy.
Do not attempt to allocate or inspect this type directly.
Auto Trait Implementations§
impl Freeze for zbq_consumer
impl RefUnwindSafe for zbq_consumer
impl Send for zbq_consumer
impl Sync for zbq_consumer
impl Unpin for zbq_consumer
impl UnsafeUnpin for zbq_consumer
impl UnwindSafe for zbq_consumer
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