pub struct BinStruct {
pub ctype: BinClassName,
pub fields: Vec<BinField>,
}Expand description
Bin structure, referenced by pointer
Fields§
§ctype: BinClassNameClass type of the struct
fields: Vec<BinField>Struct fields
Implementations§
Trait Implementations§
Source§impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinStruct
impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinStruct
Auto Trait Implementations§
impl !RefUnwindSafe for BinStruct
impl !Send for BinStruct
impl !Sync for BinStruct
impl !UnwindSafe for BinStruct
impl Freeze for BinStruct
impl Unpin for BinStruct
impl UnsafeUnpin for BinStruct
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