pub(crate) struct Sol2536 {}Expand description
2536m Increment Submatrices by One
Implementations§
Auto Trait Implementations§
impl Freeze for Sol2536
impl RefUnwindSafe for Sol2536
impl Send for Sol2536
impl Sync for Sol2536
impl Unpin for Sol2536
impl UnsafeUnpin for Sol2536
impl UnwindSafe for Sol2536
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