pub struct MapFileListSection {
pub map_files: Vec<String>,
pub automap_size: i32,
}Fields§
§map_files: Vec<String>§automap_size: i32Auto Trait Implementations§
impl Freeze for MapFileListSection
impl RefUnwindSafe for MapFileListSection
impl Send for MapFileListSection
impl Sync for MapFileListSection
impl Unpin for MapFileListSection
impl UnsafeUnpin for MapFileListSection
impl UnwindSafe for MapFileListSection
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