MCPcopy Create free account
hub / github.com/Lokathor/tinyvec / as_mut_ptr

Method as_mut_ptr

src/arrayvec.rs:357–359  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

355 #[inline(always)]
356 #[must_use]
357 pub fn as_mut_ptr(&mut self) -> *mut A::Item {
358 self.data.as_slice_mut().as_mut_ptr()
359 }
360
361 /// Performs a `deref_mut`, into unique slice form.
362 #[inline(always)]

Callers

nothing calls this directly

Calls 1

as_slice_mutMethod · 0.45

Tested by

no test coverage detected