Struct cdragon_prop::BinEntry
source · pub struct BinEntry {
pub path: BinEntryPath,
pub ctype: BinClassName,
pub fields: Vec<BinField>,
}
Expand description
Entry in a PROP file
Fields§
§path: BinEntryPath
Entry path (hashed)
ctype: BinClassName
Class type of the entry
fields: Vec<BinField>
Struct fields
Implementations§
Trait Implementations§
source§impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinEntry
impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinEntry
Auto Trait Implementations§
impl !RefUnwindSafe for BinEntry
impl !Send for BinEntry
impl !Sync for BinEntry
impl Unpin for BinEntry
impl !UnwindSafe for BinEntry
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