Struct keystone::AsmResult [] [src]

pub struct AsmResult {
    pub size: u32,
    pub stat_count: u32,
    pub bytes: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for AsmResult
[src]

Formats the value using the given formatter.

impl PartialEq for AsmResult
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for AsmResult
[src]

Formats the value using the given formatter. Read more