MCPcopy Create free account
hub / github.com/apache/arrow-rs / as_ptr

Method as_ptr

arrow-buffer/src/buffer/immutable.rs:308–310  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

306 /// stored anywhere, to avoid dangling pointers.
307 #[inline]
308 pub fn as_ptr(&self) -> *const u8 {
309 self.ptr
310 }
311
312 /// View buffer as a slice of a specific type.
313 ///

Callers 6

ptr_offsetMethod · 0.45
build_with_argumentsMethod · 0.45
shrink_to_fitMethod · 0.45
into_vecMethod · 0.45
fromMethod · 0.45
derefMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected