pub struct SymTables {
pub move_cube_sym: [u64; 18],
pub first_move_sym: [u32; 48],
pub sym_move: [[u32; 18]; 16],
pub sym8_move: [u32; 144],
pub sym_move_ud: [[u32; 18]; 16],
}Expand description
Symmetries data tables.
Fields§
§move_cube_sym: [u64; 18]§first_move_sym: [u32; 48]§sym_move: [[u32; 18]; 16]§sym8_move: [u32; 144]§sym_move_ud: [[u32; 18]; 16]Implementations§
Trait Implementations§
Source§impl Generator<SymTables> for __StaticInitGeneratorFor_ST
Available on Windows, or (Android or DragonFly BSD or Emscripten or FreeBSD or Fuchsia or Haiku or illumos or L4Re or Linux or NetBSD or OpenBSD or Redox OS or Solaris or VxWorks), or (iOS or macOS) only.
impl Generator<SymTables> for __StaticInitGeneratorFor_ST
Available on Windows, or (Android or DragonFly BSD or Emscripten or FreeBSD or Fuchsia or Haiku or illumos or L4Re or Linux or NetBSD or OpenBSD or Redox OS or Solaris or VxWorks), or (iOS or macOS) only.
Auto Trait Implementations§
impl Freeze for SymTables
impl RefUnwindSafe for SymTables
impl Send for SymTables
impl Sync for SymTables
impl Unpin for SymTables
impl UnsafeUnpin for SymTables
impl UnwindSafe for SymTables
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