#[repr(C)]pub struct PyASCIIObject {
pub ob_base: PyObject,
pub length: Py_ssize_t,
pub hash: Py_hash_t,
pub state: u32,
}Fields§
§ob_base: PyObject§length: Py_ssize_t§hash: Py_hash_t§state: u32Auto Trait Implementations§
impl !Send for PyASCIIObject
impl !Sync for PyASCIIObject
impl Freeze for PyASCIIObject
impl RefUnwindSafe for PyASCIIObject
impl Unpin for PyASCIIObject
impl UnsafeUnpin for PyASCIIObject
impl UnwindSafe for PyASCIIObject
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more