#[repr(C)]pub struct _specialization_cache {
pub getitem: *mut PyObject,
pub getitem_version: u32,
}
Fields§
§getitem: *mut PyObject
§getitem_version: u32
Trait Implementations§
Source§impl Clone for _specialization_cache
impl Clone for _specialization_cache
Source§fn clone(&self) -> _specialization_cache
fn clone(&self) -> _specialization_cache
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for _specialization_cache
impl RefUnwindSafe for _specialization_cache
impl !Send for _specialization_cache
impl !Sync for _specialization_cache
impl Unpin for _specialization_cache
impl UnwindSafe for _specialization_cache
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