pub type SvmBox<T, C = Global> = Box<T, Svm<C>>;
Available on crate feature svm only.
Expand description
Returns a reference to the underlying
Svm allocator
Returns the SVM pointer
Returns the mutable SVM pointer
Returns the number of elements owned by the pointer
Returns a reference to the underlying
Svm allocator
Returns the SVM pointer
Returns the mutable SVM pointer
Returns the number of elements owned by the pointer