#[repr(C)]pub struct _inittab {
pub name: *const c_char,
pub initfunc: Option<unsafe extern "C" fn() -> *mut PyObject>,
}
Fields§
§name: *const c_char
§initfunc: Option<unsafe extern "C" fn() -> *mut PyObject>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for _inittab
impl !Send for _inittab
impl !Sync for _inittab
impl Unpin for _inittab
impl UnwindSafe for _inittab
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