pub struct WritePosition(/* private fields */);Expand description
A write position in a queue.
Auto Trait Implementations§
impl Freeze for WritePosition
impl RefUnwindSafe for WritePosition
impl Send for WritePosition
impl Sync for WritePosition
impl Unpin for WritePosition
impl UnsafeUnpin for WritePosition
impl UnwindSafe for WritePosition
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