#[repr(C)]pub struct _inittab {
pub name: *const c_char,
pub initfun: Option<unsafe extern "C" fn() -> *mut PyObject>,
}
Fields
name: *const c_char
initfun: 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more