Module synfx_dsp_jit::locked
source · [−]Structs
This type locks up a Vec<> after creation and gives you a pointer to
a vector of mutable pointers:
*const *mut T
.This type locks up a Vec<> after creation and gives you a pointer to
a vector of pointers:
*const *const T
.Traits
Represents a type that I can get a mutable pointer to and a number of elements
that it points to:
Represents a type that I can get a non mutable pointer to and a number of elements
that it points to: