Struct python3_sys::_inittab
source · [−]#[repr(C)]pub struct _inittab {
pub name: *mut c_char,
pub initfunc: Option<unsafe extern "C" fn()>,
}Fields
name: *mut c_charinitfunc: Option<unsafe extern "C" fn()>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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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