MCPcopy 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_newMethod · 0.80
into_vecFunction · 0.80
reallocateMethod · 0.80
deref_mutMethod · 0.80
test_from_foreign_vecFunction · 0.80
as_slice_mutMethod · 0.80
appendMethod · 0.80
append_sliceMethod · 0.80
splitMethod · 0.80
set_remainder_bitsFunction · 0.80

Calls 1

as_ptrMethod · 0.45

Tested by 5

into_vecFunction · 0.64
test_from_foreign_vecFunction · 0.64
test_set_bit_rawFunction · 0.64
test_unset_bit_rawFunction · 0.64