Macro dynasmrt::MutPointer [] [src]

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

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