pub struct AmvmHeader {
pub sum_kind: AmvmTypeCasting,
}Fields§
§sum_kind: AmvmTypeCastingImplementations§
Source§impl AmvmHeader
impl AmvmHeader
pub fn visit(parser: &mut Parser) -> Result<Self, ParserError>
Trait Implementations§
Source§impl Clone for AmvmHeader
impl Clone for AmvmHeader
Source§fn clone(&self) -> AmvmHeader
fn clone(&self) -> AmvmHeader
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Compilable for AmvmHeader
impl Compilable for AmvmHeader
fn compile_bytecode(&self) -> Box<str>
Source§impl Debug for AmvmHeader
impl Debug for AmvmHeader
Source§impl PartialEq for AmvmHeader
impl PartialEq for AmvmHeader
impl StructuralPartialEq for AmvmHeader
Auto Trait Implementations§
impl Freeze for AmvmHeader
impl RefUnwindSafe for AmvmHeader
impl Send for AmvmHeader
impl Sync for AmvmHeader
impl Unpin for AmvmHeader
impl UnwindSafe for AmvmHeader
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