pub struct Day24 { /* private fields */ }
Expand description
2024 Day 24: Finding swapped logic gates in an adder circuit.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Day24
impl RefUnwindSafe for Day24
impl Send for Day24
impl Sync for Day24
impl Unpin for Day24
impl UnwindSafe for Day24
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