Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_offset
Method · 0.45
build_with_arguments
Method · 0.45
shrink_to_fit
Method · 0.45
into_vec
Method · 0.45
from
Method · 0.45
deref
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected