pub struct BinEmbed {
pub ctype: BinClassName,
pub fields: Vec<BinField>,
}Expand description
Bin structure whose data is embedded directly
Fields§
§ctype: BinClassNameClass type of the embed
fields: Vec<BinField>Embed fields
Implementations§
Trait Implementations§
Source§impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinEmbed
impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinEmbed
Auto Trait Implementations§
impl !RefUnwindSafe for BinEmbed
impl !Send for BinEmbed
impl !Sync for BinEmbed
impl !UnwindSafe for BinEmbed
impl Freeze for BinEmbed
impl Unpin for BinEmbed
impl UnsafeUnpin for BinEmbed
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