pub struct FaceCube {
pub f: [Color; 54],
}Expand description
Cube on the facelet level. The facelet representation follows the ordering: U-R-F-D-L-B. A solved facelet is UUUUUUUUURRRRRRRRRFFFFFFFFFDDDDDDDDDLLLLLLLLLBBBBBBBBB.
Fields§
§f: [Color; 54]Trait Implementations§
impl StructuralPartialEq for FaceCube
Auto Trait Implementations§
impl Freeze for FaceCube
impl RefUnwindSafe for FaceCube
impl Send for FaceCube
impl Sync for FaceCube
impl Unpin for FaceCube
impl UnwindSafe for FaceCube
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