#[repr(C)]pub struct PyVarObject {
pub ob_base: PyObject,
pub ob_size: Py_ssize_t,
}Available on not (
Py_GIL_DISABLED and Py_LIMITED_API).Fields§
§ob_base: PyObject§ob_size: Py_ssize_tAvailable on non-
GraalPy only.Trait Implementations§
Auto Trait Implementations§
impl !Send for PyVarObject
impl !Sync for PyVarObject
impl Freeze for PyVarObject
impl RefUnwindSafe for PyVarObject
impl Unpin for PyVarObject
impl UnsafeUnpin for PyVarObject
impl UnwindSafe for PyVarObject
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