pub(crate) struct Sol3195 {}Expand description
3195m Find the Minimum Area to Cover All Ones I
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3195
impl RefUnwindSafe for Sol3195
impl Send for Sol3195
impl Sync for Sol3195
impl Unpin for Sol3195
impl UnsafeUnpin for Sol3195
impl UnwindSafe for Sol3195
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