#[repr(C)]pub struct PyCellObject {
pub ob_base: PyObject,
pub ob_ref: *mut PyObject,
}Fields§
§ob_base: PyObject§ob_ref: *mut PyObjectAuto Trait Implementations§
impl Freeze for PyCellObject
impl RefUnwindSafe for PyCellObject
impl !Send for PyCellObject
impl !Sync for PyCellObject
impl Unpin for PyCellObject
impl UnsafeUnpin for PyCellObject
impl UnwindSafe for PyCellObject
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