Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ as_mut_ptr
Method
as_mut_ptr
arrow-buffer/src/buffer/mutable.rs:532–534 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
530
/// This pointer is guaranteed to be aligned along cache-lines.
531
#[inline]
532
pub fn as_mut_ptr(&mut self) -> *mut u8 {
533
self.data.as_ptr()
534
}
535
536
#[inline]
537
pub(super) fn into_buffer(self) -> Buffer {
Callers
15
try_new
Method · 0.80
mutable_buffer_iter_bitset
Function · 0.80
test_string_data_from_foreign
Function · 0.80
into_vec
Function · 0.80
reallocate
Method · 0.80
deref_mut
Method · 0.80
test_from_foreign_vec
Function · 0.80
as_slice_mut
Method · 0.80
append
Method · 0.80
append_slice
Method · 0.80
split
Method · 0.80
set_remainder_bits
Function · 0.80
Calls
1
as_ptr
Method · 0.45
Tested by
5
test_string_data_from_foreign
Function · 0.64
into_vec
Function · 0.64
test_from_foreign_vec
Function · 0.64
test_set_bit_raw
Function · 0.64
test_unset_bit_raw
Function · 0.64