pub struct WangTile {
pub wang_id: WangId,
}Expand description
Stores the Wang ID.
Fields§
§wang_id: WangIdTrait Implementations§
impl Copy for WangTile
impl StructuralPartialEq for WangTile
Auto Trait Implementations§
impl Freeze for WangTile
impl RefUnwindSafe for WangTile
impl Send for WangTile
impl Sync for WangTile
impl Unpin for WangTile
impl UnwindSafe for WangTile
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