Struct python3_sys::PyObjectArenaAllocator
source · #[repr(C)]pub struct PyObjectArenaAllocator {
pub ctx: *mut c_void,
pub alloc: Option<extern "C" fn(ctx: *mut c_void, size: size_t) -> *mut c_void>,
pub free: Option<extern "C" fn(ctx: *mut c_void, ptr: *mut c_void, size: size_t)>,
}
Fields§
§ctx: *mut c_void
§alloc: Option<extern "C" fn(ctx: *mut c_void, size: size_t) -> *mut c_void>
§free: Option<extern "C" fn(ctx: *mut c_void, ptr: *mut c_void, size: size_t)>
Trait Implementations§
source§impl Clone for PyObjectArenaAllocator
impl Clone for PyObjectArenaAllocator
source§impl Default for PyObjectArenaAllocator
impl Default for PyObjectArenaAllocator
impl Copy for PyObjectArenaAllocator
Auto Trait Implementations§
impl Freeze for PyObjectArenaAllocator
impl RefUnwindSafe for PyObjectArenaAllocator
impl !Send for PyObjectArenaAllocator
impl !Sync for PyObjectArenaAllocator
impl Unpin for PyObjectArenaAllocator
impl UnwindSafe for PyObjectArenaAllocator
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)