pub struct ScriptEntry {
pub entity_name: String,
pub map_name: String,
pub lua_path: String,
pub plb_path: String,
pub flags: [u32; 4],
}Fields§
§entity_name: String§map_name: String§lua_path: String§plb_path: String§flags: [u32; 4]Trait Implementations§
Source§impl<'de> Deserialize<'de> for ScriptEntry
impl<'de> Deserialize<'de> for ScriptEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ScriptEntry
impl RefUnwindSafe for ScriptEntry
impl Send for ScriptEntry
impl Sync for ScriptEntry
impl Unpin for ScriptEntry
impl UnwindSafe for ScriptEntry
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