pub struct BinEntry {
pub path: BinEntryPath,
pub ctype: BinClassName,
pub fields: Vec<BinField>,
}Expand description
Entry in a PROP file
Fields§
§path: BinEntryPathEntry path (hashed)
ctype: BinClassNameClass 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 Freeze for BinEntry
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