pub struct PointerOps<V, P>(/* private fields */);Expand description
Another helper structure that helps with the conversion between raw Continuation pointers and owned ones.
Implementations§
Source§impl<V, P> PointerOps<V, P>
impl<V, P> PointerOps<V, P>
Trait Implementations§
Source§impl<V, P> Clone for PointerOps<V, P>
impl<V, P> Clone for PointerOps<V, P>
impl<V, P> Copy for PointerOps<V, P>
Source§impl<V, P> PointerOps for PointerOps<V, P>
impl<V, P> PointerOps for PointerOps<V, P>
Auto Trait Implementations§
impl<V, P> Freeze for PointerOps<V, P>
impl<V, P> RefUnwindSafe for PointerOps<V, P>where
V: RefUnwindSafe,
P: RefUnwindSafe,
impl<V, P> Send for PointerOps<V, P>
impl<V, P> Sync for PointerOps<V, P>
impl<V, P> Unpin for PointerOps<V, P>
impl<V, P> UnsafeUnpin for PointerOps<V, P>
impl<V, P> UnwindSafe for PointerOps<V, P>where
V: UnwindSafe,
P: UnwindSafe,
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