Macro dynasmrt::MutPointer[][src]

macro_rules! MutPointer {
    ($e : expr) => { ... };
}
Expand description

Preforms the same action as the Pointer! macro, but casts to a *mut pointer.