pub struct Bncfg {
pub creature_type: String,
pub group_settings: HashMap<String, Vec<BncfgScriptValue>>,
pub bone_data: HashMap<String, Vec<BncfgScriptValue>>,
}Fields§
§creature_type: String§group_settings: HashMap<String, Vec<BncfgScriptValue>>§bone_data: HashMap<String, Vec<BncfgScriptValue>>Auto Trait Implementations§
impl Freeze for Bncfg
impl RefUnwindSafe for Bncfg
impl Send for Bncfg
impl Sync for Bncfg
impl Unpin for Bncfg
impl UnsafeUnpin for Bncfg
impl UnwindSafe for Bncfg
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