pub struct TileFlags(pub u8);Expand description
Per-tile bitfield flags stored in the tile header.
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
impl Copy for TileFlags
impl Eq for TileFlags
impl StructuralPartialEq for TileFlags
Auto Trait Implementations§
impl Freeze for TileFlags
impl RefUnwindSafe for TileFlags
impl Send for TileFlags
impl Sync for TileFlags
impl Unpin for TileFlags
impl UnsafeUnpin for TileFlags
impl UnwindSafe for TileFlags
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.