pub struct Entity {
pub edict: Edict,
pub brushes: Vec<Brush>,
}
Expand description
A collection of key/value pairs in the form of an edict and 0 or more brushes
Fields§
§edict: Edict
§brushes: Vec<Brush>
Implementations§
Trait Implementations§
Source§impl CheckWritable for Entity
impl CheckWritable for Entity
Source§fn check_writable(&self) -> ValidationResult
fn check_writable(&self) -> ValidationResult
Determine if an item can be written to file Read more
Auto Trait Implementations§
impl Freeze for Entity
impl RefUnwindSafe for Entity
impl Send for Entity
impl Sync for Entity
impl Unpin for Entity
impl UnwindSafe for Entity
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