pub struct BWSG {
pub strings: HashMap<u32, String>,
pub models: Vec<ModelInfo>,
pub positions: Vec<PositionInfo>,
}Expand description
StaticGeometry section, defines models and positions.
Fields§
§strings: HashMap<u32, String>§models: Vec<ModelInfo>§positions: Vec<PositionInfo>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BWSG
impl RefUnwindSafe for BWSG
impl Send for BWSG
impl Sync for BWSG
impl Unpin for BWSG
impl UnwindSafe for BWSG
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