#[repr(C)]pub struct spawn_result {
pub id: thread_id,
pub err: spawn_error,
}
Expand description
Spawn result.
Fields§
§id: thread_id
Thread id, if err is set to Success.
err: spawn_error
Trait Implementations§
source§impl Clone for spawn_result
impl Clone for spawn_result
source§fn clone(&self) -> spawn_result
fn clone(&self) -> spawn_result
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for spawn_result
impl Debug for spawn_result
source§impl From<Result<u32, SpawnError>> for spawn_result
impl From<Result<u32, SpawnError>> for spawn_result
source§impl Into<Result<u32, SpawnError>> for spawn_result
impl Into<Result<u32, SpawnError>> for spawn_result
impl Copy for spawn_result
Auto Trait Implementations§
impl Freeze for spawn_result
impl RefUnwindSafe for spawn_result
impl Send for spawn_result
impl Sync for spawn_result
impl Unpin for spawn_result
impl UnwindSafe for spawn_result
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)