Struct python27_sys::PyBytesObject[][src]

#[repr(C)]
pub struct PyBytesObject { pub ob_refcnt: Py_ssize_t, pub ob_type: *mut PyTypeObject, pub ob_size: Py_ssize_t, pub ob_shash: c_long, pub ob_sstate: c_int, pub ob_sval: [c_char; 1], }

Fields

ob_refcnt: Py_ssize_tob_type: *mut PyTypeObjectob_size: Py_ssize_tob_shash: c_longob_sstate: c_intob_sval: [c_char; 1]

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.