Struct assembly_maps::lvl::file::SkySection
source · pub struct SkySection {
pub files: [String; 6],
}
Fields§
§files: [String; 6]
Trait Implementations§
source§impl Debug for SkySection
impl Debug for SkySection
Auto Trait Implementations§
impl Freeze for SkySection
impl RefUnwindSafe for SkySection
impl Send for SkySection
impl Sync for SkySection
impl Unpin for SkySection
impl UnwindSafe for SkySection
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