Struct aoc::year2021::day22::RebootStep
source · pub struct RebootStep {
on: bool,
cube: Cube,
}
Expand description
Wraps a cube with on/off information.
Fields§
§on: bool
§cube: Cube
Implementations§
source§impl RebootStep
impl RebootStep
Auto Trait Implementations§
impl Freeze for RebootStep
impl RefUnwindSafe for RebootStep
impl Send for RebootStep
impl Sync for RebootStep
impl Unpin for RebootStep
impl UnwindSafe for RebootStep
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