#[repr(C)]pub struct TCMPELEM {
pub ptr: *mut c_void,
pub del: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
}Expand description
memory pool
Fields§
§ptr: *mut c_void§del: Option<unsafe extern "C" fn(arg1: *mut c_void)>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TCMPELEM
impl RefUnwindSafe for TCMPELEM
impl !Send for TCMPELEM
impl !Sync for TCMPELEM
impl Unpin for TCMPELEM
impl UnwindSafe for TCMPELEM
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