pub struct TileIndexHeader {
pub entry_count: u32,
pub index_flags: u32,
}Expand description
8-byte header immediately before the tile index entries.
Fields§
§entry_count: u32§index_flags: u32Reserved — must be 0.
Implementations§
Trait Implementations§
Source§impl Clone for TileIndexHeader
impl Clone for TileIndexHeader
Source§fn clone(&self) -> TileIndexHeader
fn clone(&self) -> TileIndexHeader
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TileIndexHeader
impl Debug for TileIndexHeader
Source§impl PartialEq for TileIndexHeader
impl PartialEq for TileIndexHeader
impl Copy for TileIndexHeader
impl Eq for TileIndexHeader
impl StructuralPartialEq for TileIndexHeader
Auto Trait Implementations§
impl Freeze for TileIndexHeader
impl RefUnwindSafe for TileIndexHeader
impl Send for TileIndexHeader
impl Sync for TileIndexHeader
impl Unpin for TileIndexHeader
impl UnsafeUnpin for TileIndexHeader
impl UnwindSafe for TileIndexHeader
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.