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