#[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: isize, }

Fields

exception_base: PyBaseExceptionObjectmyerrno: *mut PyObjectstrerror: *mut PyObjectfilename: *mut PyObjectfilename2: *mut PyObjectwritten: isize

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.