pub struct WorkerP { /* private fields */ }Expand description
An opaque C struct used to represent a Lace worker.
Auto Trait Implementations§
impl !Send for WorkerP
impl !Sync for WorkerP
impl !Unpin for WorkerP
impl Freeze for WorkerP
impl RefUnwindSafe for WorkerP
impl UnsafeUnpin for WorkerP
impl UnwindSafe for WorkerP
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