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: PyBaseExceptionObjectmyerrno: *mut PyObjectstrerror: *mut PyObjectfilename: *mut PyObjectfilename2: *mut PyObjectwritten: Py_ssize_tTrait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more