Struct cdragon_prop::data::BinField
source · pub struct BinField {
pub name: BinFieldName,
pub vtype: BinType,
/* private fields */
}
Expand description
Field value for an antry, a struct or an embed
Fields§
§name: BinFieldName
Field name (hashed)
vtype: BinType
Field value type
Implementations§
Trait Implementations§
source§impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinField
impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinField
Auto Trait Implementations§
impl !RefUnwindSafe for BinField
impl !Send for BinField
impl !Sync for BinField
impl Unpin for BinField
impl !UnwindSafe for BinField
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