pub struct GitCreature {
pub raw: GffStruct,
pub tag: Option<String>,
pub template_resref: Option<String>,
pub localized_name: Option<GffCExoLocString>,
pub description: Option<GffCExoLocString>,
pub transform: GitTransform,
}Expand description
Fields§
§raw: GffStructOriginal raw GFF structure.
tag: Option<String>Instance tag.
template_resref: Option<String>Blueprint resource reference.
localized_name: Option<GffCExoLocString>Localized display name when present.
description: Option<GffCExoLocString>Description string when present.
transform: GitTransformSpawn transform.
Trait Implementations§
Source§impl Clone for GitCreature
impl Clone for GitCreature
Source§fn clone(&self) -> GitCreature
fn clone(&self) -> GitCreature
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GitCreature
impl Debug for GitCreature
Source§impl PartialEq for GitCreature
impl PartialEq for GitCreature
impl StructuralPartialEq for GitCreature
Auto Trait Implementations§
impl Freeze for GitCreature
impl RefUnwindSafe for GitCreature
impl Send for GitCreature
impl Sync for GitCreature
impl Unpin for GitCreature
impl UnsafeUnpin for GitCreature
impl UnwindSafe for GitCreature
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