pub struct Wall {
pub rep: usize,
pub delta: [i32; 2],
}Expand description
One distinct triangle of the arrangement, with the coincident stack that occupies it collapsed into a single winding step.
Fields§
§rep: usizeRepresentative piece; its winding fixes the wall’s normal side.
delta: [i32; 2]Winding change per operand, crossing the representative’s normal side to its anti side.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Wall
impl RefUnwindSafe for Wall
impl Send for Wall
impl Sync for Wall
impl Unpin for Wall
impl UnsafeUnpin for Wall
impl UnwindSafe for Wall
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