Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ as_ptr
Method
as_ptr
src/buffer.rs:631–633 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
629
630
#[inline]
631
pub fn as_ptr(&self) -> *const T {
632
self.0.get()
633
}
634
}
635
636
macro_rules! impl_element(
Callers
15
PyMapping_Keys
Function · 0.45
PyMapping_Values
Function · 0.45
PyMapping_Items
Function · 0.45
PyTuple_GET_ITEM
Function · 0.45
PyTuple_GET_ITEM
Function · 0.45
get
Method · 0.45
get_ptr
Method · 0.45
copy_to_slice_impl
Method · 0.45
copy_from_slice_impl
Method · 0.45
hasattr
Method · 0.45
getattr
Method · 0.45
setattr
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected