pub(crate) struct Sol2071;Expand description
2071h Maximum Number of Tasks You Can Assign
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2071
impl RefUnwindSafe for Sol2071
impl Send for Sol2071
impl Sync for Sol2071
impl Unpin for Sol2071
impl UnsafeUnpin for Sol2071
impl UnwindSafe for Sol2071
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