pub struct MainEntry {
pub flags: u32,
pub area_id: u32,
}Expand description
MAIN chunk entry - Tile information
Fields§
§flags: u32§area_id: u32Implementations§
Trait Implementations§
impl Copy for MainEntry
impl Eq for MainEntry
impl StructuralPartialEq for MainEntry
Auto Trait Implementations§
impl Freeze for MainEntry
impl RefUnwindSafe for MainEntry
impl Send for MainEntry
impl Sync for MainEntry
impl Unpin for MainEntry
impl UnsafeUnpin for MainEntry
impl UnwindSafe for MainEntry
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