Struct cranelift_reader::Comment [−][src]
A comment in a parsed function.
The comment belongs to the immediately preceding entity, whether that is an EBB header, and instruction, or one of the preamble declarations.
Comments appearing inside the function but before the preamble, as well as comments appearing
after the function are tagged as AnyEntity::Function.
Fields
entity: AnyEntity
The entity this comment is attached to. Comments always follow their entity.
text: &'a str
Text of the comment, including the leading ;.
Trait Implementations
impl<'a> Clone for Comment<'a>[src]
impl<'a> Clone for Comment<'a>fn clone(&self) -> Comment<'a>[src]
fn clone(&self) -> Comment<'a>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<'a> PartialEq for Comment<'a>[src]
impl<'a> PartialEq for Comment<'a>fn eq(&self, other: &Comment<'a>) -> bool[src]
fn eq(&self, other: &Comment<'a>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Comment<'a>) -> bool[src]
fn ne(&self, other: &Comment<'a>) -> boolThis method tests for !=.
impl<'a> Eq for Comment<'a>[src]
impl<'a> Eq for Comment<'a>impl<'a> Debug for Comment<'a>[src]
impl<'a> Debug for Comment<'a>