pub struct Pinned(/* private fields */);๐Deprecated: It is probably a bad idea to use this crate
Expand description
This driver is pinned to a specific thread.
Auto Trait Implementationsยง
impl Freeze for Pinned
impl RefUnwindSafe for Pinned
impl !Send for Pinned
impl !Sync for Pinned
impl Unpin for Pinned
impl UnwindSafe for Pinned
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