pub enum Facelet {
Show 54 variants
U0,
U1,
U2,
U3,
U4,
U5,
U6,
U7,
U8,
R0,
R1,
R2,
R3,
R4,
R5,
R6,
R7,
R8,
F0,
F1,
F2,
F3,
F4,
F5,
F6,
F7,
F8,
D0,
D1,
D2,
D3,
D4,
D5,
D6,
D7,
D8,
L0,
L1,
L2,
L3,
L4,
L5,
L6,
L7,
L8,
B0,
B1,
B2,
B3,
B4,
B5,
B6,
B7,
B8,
}
Variants§
U0
U1
U2
U3
U4
U5
U6
U7
U8
R0
R1
R2
R3
R4
R5
R6
R7
R8
F0
F1
F2
F3
F4
F5
F6
F7
F8
D0
D1
D2
D3
D4
D5
D6
D7
D8
L0
L1
L2
L3
L4
L5
L6
L7
L8
B0
B1
B2
B3
B4
B5
B6
B7
B8
Implementations§
Trait Implementations§
Source§impl Index<Facelet> for FaceletCube
impl Index<Facelet> for FaceletCube
Source§impl Index<Facelet> for FaceletPermutation
impl Index<Facelet> for FaceletPermutation
Source§impl IndexMut<Facelet> for FaceletCube
impl IndexMut<Facelet> for FaceletCube
impl Copy for Facelet
impl Eq for Facelet
impl StructuralPartialEq for Facelet
Auto Trait Implementations§
impl Freeze for Facelet
impl RefUnwindSafe for Facelet
impl Send for Facelet
impl Sync for Facelet
impl Unpin for Facelet
impl UnwindSafe for Facelet
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