pub trait RawSpaceMut: RawSpace {
// Required method
fn as_ptr_mut(&mut self) -> *mut Self::Elem;
}Expand description
RawSpaceMut is a trait that provides various mutable methods for accessing elements.
Required Methods§
Sourcefn as_ptr_mut(&mut self) -> *mut Self::Elem
fn as_ptr_mut(&mut self) -> *mut Self::Elem
returns a mutable pointer to the element currently within scope