pub struct Threads(pub u32);Expand description
Global thread count. https://www.ibm.com/docs/en/icos/12.9.0?topic=parameters-global-thread-count
Tuple Fields§
§0: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Threads
impl RefUnwindSafe for Threads
impl Send for Threads
impl Sync for Threads
impl Unpin for Threads
impl UnwindSafe for Threads
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