Struct libasm::Asm
[−]
[src]
pub struct Asm {
pub name: String,
pub ret: Option<String>,
pub body: Vec<String>,
}Fields
name: String
ret: Option<String>
body: Vec<String>
Methods
impl Asm[src]
Trait Implementations
impl Clone for Asm[src]
fn clone(&self) -> Asm[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more