Struct pyo3_ffi::PyOSErrorObject
source · [−]#[repr(C)]pub struct PyOSErrorObject {
pub exception_base: PyBaseExceptionObject,
pub myerrno: *mut PyObject,
pub strerror: *mut PyObject,
pub filename: *mut PyObject,
pub filename2: *mut PyObject,
pub written: Py_ssize_t,
}
Fields
exception_base: PyBaseExceptionObject
myerrno: *mut PyObject
strerror: *mut PyObject
filename: *mut PyObject
filename2: *mut PyObject
written: Py_ssize_t
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PyOSErrorObject
impl !Send for PyOSErrorObject
impl !Sync for PyOSErrorObject
impl Unpin for PyOSErrorObject
impl UnwindSafe for PyOSErrorObject
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