pub struct ThreadCount(/* private fields */);
Implementations§
Source§impl ThreadCount
impl ThreadCount
pub fn wrap_start(self, builder: &mut FunctionBuilder, start: FunctionId)
Trait Implementations§
Source§impl Clone for ThreadCount
impl Clone for ThreadCount
Source§fn clone(&self) -> ThreadCount
fn clone(&self) -> ThreadCount
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 moreimpl Copy for ThreadCount
Auto Trait Implementations§
impl Freeze for ThreadCount
impl RefUnwindSafe for ThreadCount
impl Send for ThreadCount
impl Sync for ThreadCount
impl Unpin for ThreadCount
impl UnwindSafe for ThreadCount
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