Struct python3_sys::PyASCIIObject[][src]

#[repr(C)]
pub struct PyASCIIObject { pub ob_base: PyObject, pub length: Py_ssize_t, pub hash: Py_hash_t, pub state: u32, pub wstr: *mut c_void, }

Fields

ob_base: PyObjectlength: Py_ssize_thash: Py_hash_tstate: u32wstr: *mut c_void

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.