#[repr(C)]pub(crate) struct ThreadCase {
pub(crate) slot: usize,
pub(crate) expected_exit: i32,
pub(crate) spin_loops: usize,
}Fields§
§slot: usize§expected_exit: i32§spin_loops: usizeTrait Implementations§
Source§impl Clone for ThreadCase
impl Clone for ThreadCase
Source§fn clone(&self) -> ThreadCase
fn clone(&self) -> ThreadCase
Returns a duplicate 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 moreimpl Copy for ThreadCase
Auto Trait Implementations§
impl Freeze for ThreadCase
impl RefUnwindSafe for ThreadCase
impl Send for ThreadCase
impl Sync for ThreadCase
impl Unpin for ThreadCase
impl UnsafeUnpin for ThreadCase
impl UnwindSafe for ThreadCase
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