Struct pyo3::ffi::PyOSErrorObject[][src]

#[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_t

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.