#[repr(C)]pub struct PyStatus {
pub _type: _PyStatus_TYPE,
pub func: *const i8,
pub err_msg: *const i8,
pub exitcode: i32,
}
Fields§
§_type: _PyStatus_TYPE
§func: *const i8
§err_msg: *const i8
§exitcode: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PyStatus
impl RefUnwindSafe for PyStatus
impl !Send for PyStatus
impl !Sync for PyStatus
impl Unpin for PyStatus
impl UnwindSafe for PyStatus
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