MCPcopy Create free account
hub / github.com/SoftbearStudios/bitcode / as_ptr

Method as_ptr

src/fast.rs:268–270  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

266
267 #[inline(always)]
268 pub fn as_ptr(&self) -> *const T {
269 self.ptr
270 }
271
272 /// Casts `&mut FastSlice<T>` to `&mut FastSlice<B>`.
273 #[inline(always)]

Callers 10

pack_arithmeticFunction · 0.80
fromMethod · 0.80
populateMethod · 0.80
encodeMethod · 0.80
encode_vectoredMethod · 0.80
decode_in_placeMethod · 0.80
encodeMethod · 0.80
decode_in_placeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected