pub struct WangId(pub [u8; 8]);Expand description
The Wang ID, stored as an array of 8 u8 values.
Tuple Fields§
§0: [u8; 8]Trait Implementations§
impl Copy for WangId
impl StructuralPartialEq for WangId
Auto Trait Implementations§
impl Freeze for WangId
impl RefUnwindSafe for WangId
impl Send for WangId
impl Sync for WangId
impl Unpin for WangId
impl UnwindSafe for WangId
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