Macro dynasmrt::MutPointer

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

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