Struct yaxpeax_arch::VecSink[][src]

pub struct VecSink<T: Clone + Display> {
    pub records: Vec<(u32, u32, T)>,
}

Fields

records: Vec<(u32, u32, T)>

Implementations

Trait Implementations

inform this DescriptionSink of a description that was informed by bits start to end from the start of an instruction’s decoding. start and end are only relative the instruction being decoded when this sink DescriptionSink provided, so they will have no relation to the position in an underlying data stream used for past or future instructions. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.