Trait lde::Int [] [src]

pub unsafe trait Int: Copy + 'static { }

Defines a type which can be safely constructed from a byte array of the same size.

Used to allow reading/writing immediates and displacements.

Implementors